use mlugg/setup-zig action to install Zig instead of doing it manually

This commit is contained in:
Jonatan Czarniecki 2025-07-02 17:10:16 +02:00
parent 63b2ca88c7
commit badd43320d
No known key found for this signature in database
GPG key ID: 8B5FB251A803BDD0
2 changed files with 8 additions and 25 deletions

View file

@ -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