mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
installed binstall
This commit is contained in:
parent
1fa476c19e
commit
d1eac7a8bf
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ runs:
|
|||
-
|
||||
name: Install cargo-zigbuild
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: yes | cargo binstall cargo-zigbuild
|
||||
run: |
|
||||
yes | cargo binstall cargo-zigbuild
|
||||
echo "Installed binstall"
|
||||
-
|
||||
name: Check
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Reference in a new issue