Updated build workflow

This commit is contained in:
Abdelilah El Aissaoui 2024-07-20 23:07:59 +02:00
parent 7df9d93c5c
commit 5a9e9b1038
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -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: