mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +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
|
name: Install cargo-zigbuild
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: yes | cargo binstall cargo-zigbuild
|
run: |
|
||||||
|
yes | cargo binstall cargo-zigbuild
|
||||||
|
echo "Installed binstall"
|
||||||
-
|
-
|
||||||
name: Check
|
name: Check
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Reference in a new issue