install rust nightly on workflow

This commit is contained in:
kn0sys 2024-09-23 05:22:56 -04:00
parent acd729ceb5
commit a332b1655f
No known key found for this signature in database
GPG key ID: 3BDB674C95F103FA

View file

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