Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Dec 8, 2024
1 parent 542abb6 commit 3d39fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Configure Rust
run:
rustup toolchain install "${TOOLCHAIN}"
rustup install "${TOOLCHAIN}"
rustup default "${TOOLCHAIN}"
env:
TOOLCHAIN: ${{ matrix.rust }}
Expand Down

0 comments on commit 3d39fcd

Please sign in to comment.