Compare commits
1 commit
baa6c1568e
...
a8d97ce0b3
| Author | SHA1 | Date | |
|---|---|---|---|
| a8d97ce0b3 |
1 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
uses: https://codeberg.org/wackbyte/rust-toolchain@trunk
|
uses: https://codeberg.org/wackbyte/rust-toolchain@trunk
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2025-10-02
|
toolchain: nightly-2025-10-02
|
||||||
|
targets: x86_64-unknown-none
|
||||||
components: rustfmt, clippy, rust-src
|
components: rustfmt, clippy, rust-src
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: https://github.com/Swatinem/rust-cache@v2
|
uses: https://github.com/Swatinem/rust-cache@v2
|
||||||
|
|
@ -37,7 +38,7 @@ jobs:
|
||||||
working-directory: rust
|
working-directory: rust
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
run: |
|
run: |
|
||||||
cargo build --tests --locked
|
cargo build --locked
|
||||||
working-directory: rust
|
working-directory: rust
|
||||||
- name: "Lint"
|
- name: "Lint"
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue