Skip to content

Commit

Permalink
Don't update rustup in native Cargo workflow (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Mar 21, 2024
1 parent 54b21b8 commit 9d49514
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/native-cargo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up Rust toolchain
run: >
rustup update ${{ matrix.toolchain }}
&& rustup default ${{ matrix.toolchain }}
run: rustup default ${{ matrix.toolchain }}
shell: bash

- name: Build on ${{ runner.os }}
Expand Down

0 comments on commit 9d49514

Please sign in to comment.