mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +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
|
uses: https://github.com/actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Setup Rust
|
name: Setup Rust
|
||||||
uses: .forgejo/actions/prepare-rust
|
uses: https://git.asonix.dog/asonix/pict-rs/.forgejo/actions/prepare-rust@main
|
||||||
-
|
-
|
||||||
name: Clippy
|
name: Clippy
|
||||||
run: |
|
run: |
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Setup Rust
|
name: Setup Rust
|
||||||
uses: .forgejo/actions/prepare-rust
|
uses: https://git.asonix.dog/asonix/pict-rs/.forgejo/actions/prepare-rust@main
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
@ -53,7 +53,7 @@ jobs:
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Setup Rust
|
name: Setup Rust
|
||||||
uses: .forgejo/actions/prepare-rust
|
uses: https://git.asonix.dog/asonix/pict-rs/.forgejo/actions/prepare-rust@main
|
||||||
with:
|
with:
|
||||||
targets: x86_64-unknown-linux-musl,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl
|
targets: x86_64-unknown-linux-musl,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue