Fix build #4

Merged
Mark merged 3 commits from v3 into main 2025-05-04 10:52:08 -07:00
5 changed files with 15 additions and 6 deletions
Showing only changes of commit 9cc799c385 - Show all commits

View File

@ -29,7 +29,7 @@ jobs:
sudo apt update
DEBIAN_FRONTEND=noninteractive \
sudo apt install --yes rustup \
rustup default 1.86.0
rustup default stable
- name: Run clippy
run: cargo clippy --all-targets --all-features
@ -45,7 +45,7 @@ jobs:
sudo apt update
DEBIAN_FRONTEND=noninteractive \
sudo apt install --yes rustup \
rustup default 1.86.0
rustup default stable
- name: Build
run: cargo build --release