mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-09 16:08:06 +01:00
ci: add bootstrap step
This commit is contained in:
parent
0a2809b9d2
commit
3071c2d2d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
targets: "${{ matrix.target }}"
|
targets: "${{ matrix.target }}"
|
||||||
|
|
||||||
- name: bootstrap
|
- name: bootstrap
|
||||||
if: ${{ matrix.bootstrap != "" }}
|
if: ${{ matrix.bootstrap != '' }}
|
||||||
run: ${{ matrix.bootstrap }}
|
run: ${{ matrix.bootstrap }}
|
||||||
|
|
||||||
- name: build binary
|
- name: build binary
|
||||||
|
|
Loading…
Reference in a new issue