mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
use mlugg/setup-zig action to install Zig instead of doing it manually
This commit is contained in:
parent
63b2ca88c7
commit
badd43320d
2 changed files with 8 additions and 25 deletions
3
.github/actions/build/action.yml
vendored
3
.github/actions/build/action.yml
vendored
|
|
@ -5,12 +5,15 @@ inputs:
|
|||
targets:
|
||||
description: A comma-separated list of Rust targets.
|
||||
default: x86_64-unknown-linux-gnu,aarch64-unknown-linux-gnu,x86_64-pc-windows-gnu
|
||||
required: true
|
||||
lint:
|
||||
description: A boolean indicating if linting (cargo-fmt, clippy) should be run
|
||||
default: true
|
||||
required: true
|
||||
test:
|
||||
description: A boolean indicating if tests should be run
|
||||
default: true
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue