installed binstall

This commit is contained in:
asonix 2024-02-07 16:46:37 -06:00
parent 1fa476c19e
commit d1eac7a8bf

View file

@ -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'