This commit is contained in:
asonix 2024-02-07 16:45:12 -06:00
parent 440155eb42
commit 1fa476c19e

View file

@ -38,7 +38,14 @@ runs:
tool: cargo-binstall
-
name: Install cargo-zigbuild
if: steps.cache.outputs.cache-hit != 'true'
run: yes | cargo binstall cargo-zigbuild
-
name: Check
if: steps.cache.outputs.cache-hit != 'true'
run: |
echo "GOT HERE"
which cargo
-
name: Fetch dependencies
if: steps.cache.outputs.cache-hit != 'true'