mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-15 14:14:42 +00:00
Add zig step
This commit is contained in:
parent
d1eac7a8bf
commit
aeb7d2405e
1 changed files with 6 additions and 1 deletions
|
@ -10,6 +10,11 @@ inputs:
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
-
|
||||
name: Install zig
|
||||
uses: https://github.com/goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: 0.11.0
|
||||
-
|
||||
name: Fetch rust cache
|
||||
id: cache
|
||||
|
@ -40,7 +45,7 @@ runs:
|
|||
name: Install cargo-zigbuild
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
yes | cargo binstall cargo-zigbuild
|
||||
yes | cargo binstall cargo-zigbuild ;
|
||||
echo "Installed binstall"
|
||||
-
|
||||
name: Check
|
||||
|
|
Loading…
Reference in a new issue