mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 11:39:22 +00:00
install rust nightly on workflow
This commit is contained in:
parent
acd729ceb5
commit
a332b1655f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: sudo apt install -y libssl-dev build-essential
|
||||
run: sudo apt install -y libssl-dev build-essential && rustup toolchain install nightly
|
||||
- name: Build and Clippy
|
||||
run: RUSTFLAGS="-Z threads=4" cargo +nightly build --future-incompat-report && cargo clippy
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue