Skip to content

Commit ebda62b

Browse files
committed
Maybe this fixes CI?
1 parent a355786 commit ebda62b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
- name: Install Rust toolchain
6363
run: |
6464
rustup update --no-self-update ${{ env.RUST_CHANNEL }}
65-
rustup component add rustfmt rust-src
65+
rustup component add --toolchain ${{ env.RUST_CHANNEL }} rustfmt rust-src
66+
rustup default ${{ env.RUST_CHANNEL }}
6667
6768
- name: Cache Dependencies
6869
uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894

0 commit comments

Comments
 (0)