Skip to content

Commit 3f62932

Browse files
committed
update toolchain
1 parent f5f2974 commit 3f62932

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- uses: taiki-e/install-action@cargo-hack
3434
- run: sudo apt-get update -y
3535
if: matrix.os == 'ubuntu-24.04'
36+
- name: update toolchain
37+
run: rustup toolchain install
3638
- name: cargo check (powerset)
3739
run: cargo hack check --feature-powerset --no-dev-deps
3840
- name: cargo check examples (powerset)
@@ -74,6 +76,8 @@ jobs:
7476
components: clippy
7577
- uses: Swatinem/[email protected]
7678
- uses: taiki-e/install-action@cargo-hack
79+
- name: update toolchain
80+
run: rustup toolchain install
7781
- name: clippy (all targets, feature powerset)
7882
run: cargo hack clippy --all-targets --feature-powerset -- -D warnings
7983

0 commit comments

Comments
 (0)