Fix build #5

Merged
Mark merged 3 commits from v3 into main 2025-05-14 19:14:48 -07:00
Showing only changes of commit 1bd43b1f20 - Show all commits

View File

@ -29,7 +29,7 @@ jobs:
sudo apt update
DEBIAN_FRONTEND=noninteractive \
sudo apt install --yes rustup \
rustup default stable
rustup default 1.86.0
- 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 stable
rustup default 1.86.0
- name: Build
run: cargo build --release