mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Full path to action
This commit is contained in:
parent
bfe431f764
commit
0b2afb1ac8
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: https://github.com/actions/checkout@v4
|
||||
-
|
||||
name: Setup Rust
|
||||
uses: .forgejo/actions/prepare-rust
|
||||
uses: https://git.asonix.dog/asonix/pict-rs/.forgejo/actions/prepare-rust@main
|
||||
-
|
||||
name: Clippy
|
||||
run: |
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: https://github.com/actions/checkout@v4
|
||||
-
|
||||
name: Setup Rust
|
||||
uses: .forgejo/actions/prepare-rust
|
||||
uses: https://git.asonix.dog/asonix/pict-rs/.forgejo/actions/prepare-rust@main
|
||||
-
|
||||
name: Test
|
||||
run: cargo test
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
uses: https://github.com/actions/checkout@v4
|
||||
-
|
||||
name: Setup Rust
|
||||
uses: .forgejo/actions/prepare-rust
|
||||
uses: https://git.asonix.dog/asonix/pict-rs/.forgejo/actions/prepare-rust@main
|
||||
with:
|
||||
targets: x86_64-unknown-linux-musl,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue