Skip to content

Commit

Permalink
ci(unit-tests/freebsd): use rust 1.74 instead of latest via rustup
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Jan 20, 2025
1 parent 2353c15 commit b99615f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,14 @@ jobs:
release: '14.2'
usesh: true
prepare: |
pkg install -y rust git
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.74 -y
. ~/.cargo/env
pkg install -y git
cargo install cargo-hack
git config --global --add safe.directory /home/runner/work/eza/eza
run: |
set -e
. ~/.cargo/env
export CARGO_TERM_COLOR="always"
export RUSTFLAGS="--deny warnings"
cargo fmt --check
Expand Down

0 comments on commit b99615f

Please sign in to comment.