Skip to content

Commit cb9cc2a

Browse files
author
Naseschwarz
committed
ci: Actually use toolchain
Somehow at some point, additional rust toolchains became available in CI. Thus, it's no longer sufficient to install the matrix toolchain, but actually override it for the build directory.
1 parent 6a884d1 commit cb9cc2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
toolchain: ${{ matrix.rust }}
4242
components: clippy
4343

44+
- name: Override rust toolchain
45+
run: rustup override set ${{ matrix.rust }}
46+
4447
- name: Rustup Show
4548
run: rustup show
4649

0 commit comments

Comments
 (0)