Updated build workflow
This commit is contained in:
parent
7df9d93c5c
commit
5a9e9b1038
12
.github/workflows/build_with_tests.yml
vendored
12
.github/workflows/build_with_tests.yml
vendored
@ -17,15 +17,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: stable
|
||||
- uses: actions-rs/cargo@v1
|
||||
name: Rust build
|
||||
with:
|
||||
command: build
|
||||
args: --manifest-path=./rs/Cargo.toml --release
|
||||
toolchain: nightly
|
||||
- run: cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user