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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: nightly
|
||||||
- uses: actions-rs/cargo@v1
|
- run: cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars
|
||||||
name: Rust build
|
|
||||||
with:
|
|
||||||
command: build
|
|
||||||
args: --manifest-path=./rs/Cargo.toml --release
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user