Skip to content

Commit 5a9e9b1

Browse files
committed
Updated build workflow
1 parent 7df9d93 commit 5a9e9b1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build_with_tests.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions-rs/toolchain@v1
20+
- uses: actions/checkout@v4
21+
- uses: dtolnay/rust-toolchain@stable
2222
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
23+
toolchain: nightly
24+
- run: cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars
2925
- name: Set up JDK 17
3026
uses: actions/setup-java@v3
3127
with:

0 commit comments

Comments
 (0)