We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df9d93 commit 5a9e9b1Copy full SHA for 5a9e9b1
.github/workflows/build_with_tests.yml
@@ -17,15 +17,11 @@ jobs:
17
runs-on: ubuntu-latest
18
19
steps:
20
- - uses: actions/checkout@v3
21
- - uses: actions-rs/toolchain@v1
+ - uses: actions/checkout@v4
+ - uses: dtolnay/rust-toolchain@stable
22
with:
23
- toolchain: stable
24
- - uses: actions-rs/cargo@v1
25
- name: Rust build
26
- with:
27
- command: build
28
- args: --manifest-path=./rs/Cargo.toml --release
+ toolchain: nightly
+ - run: cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars
29
- name: Set up JDK 17
30
uses: actions/setup-java@v3
31
0 commit comments