Skip to content

Commit

Permalink
rustup override set
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Nov 30, 2024
1 parent 1defe02 commit 5b4f559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: runner.os == 'Linux'
- uses: actions/checkout@v4
- name: Use Rust 1.83.0
run: rustup default 1.83.0
run: rustup override set 1.83.0
- uses: Swatinem/rust-cache@v2
- name: Build in release mode
run: cargo build --release --target=${{ matrix.job.target }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev
- name: Use Rust 1.83.0
run: rustup default 1.83.0
run: rustup override set 1.83.0
- uses: Swatinem/rust-cache@v2
- name: Install cargo-edit
run: cargo install cargo-edit
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev
- name: Use Rust 1.83.0
run: rustup default 1.83.0
run: rustup override set 1.83.0
- uses: Swatinem/rust-cache@v2
- name: Build in release mode
run: cargo build --release --target=${{ matrix.job.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-python@v5

- name: Use Rust 1.83.0
run: rustup default 1.83.0
run: rustup override set 1.83.0

- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 5b4f559

Please sign in to comment.