mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Echos
This commit is contained in:
parent
440155eb42
commit
1fa476c19e
1 changed files with 7 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue