Compile zigbuild

This commit is contained in:
asonix 2024-02-07 19:06:59 -06:00
parent aeb7d2405e
commit 779104fded

View file

@ -35,18 +35,12 @@ runs:
with:
components: clippy
targets: ${{ inputs.targets }}
-
name: Install cargo-binstall
if: steps.cache.outputs.cache-hit != 'true'
uses: https://github.com/taiki-e/install-action@v2
with:
tool: cargo-binstall
-
name: Install cargo-zigbuild
if: steps.cache.outputs.cache-hit != 'true'
run: |
yes | cargo binstall cargo-zigbuild ;
echo "Installed binstall"
cargo install cargo-zigbuild
echo "Installed zigbuild"
-
name: Check
if: steps.cache.outputs.cache-hit != 'true'