mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-28 20:41:00 +00:00
Compile zigbuild
This commit is contained in:
parent
aeb7d2405e
commit
779104fded
1 changed files with 2 additions and 8 deletions
|
@ -35,18 +35,12 @@ runs:
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
targets: ${{ inputs.targets }}
|
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
|
name: Install cargo-zigbuild
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
yes | cargo binstall cargo-zigbuild ;
|
cargo install cargo-zigbuild
|
||||||
echo "Installed binstall"
|
echo "Installed zigbuild"
|
||||||
-
|
-
|
||||||
name: Check
|
name: Check
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Reference in a new issue