Skip to content

Commit b788cea

Browse files
committed
Revert rust-hack changes
1 parent 2c9da7b commit b788cea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test32bit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
toolchain: ${{ matrix.rust }}
3131
override: true
3232
- uses: Swatinem/[email protected]
33-
- uses: taiki-e/install-action@v2.46.6
33+
- uses: taiki-e/install-action@cargo-hack
3434
- name: Install Linux tooling for 32 bit builds
3535
run: |
3636
sudo apt-get update -y

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
toolchain: ${{ matrix.rust }}
3232
- uses: Swatinem/[email protected]
33-
- uses: taiki-e/install-action@v2.46.6
33+
- uses: taiki-e/install-action@cargo-hack
3434
- run: sudo apt-get update -y
3535
if: matrix.os == 'ubuntu-latest'
3636
- name: cargo check (powerset)
@@ -73,7 +73,7 @@ jobs:
7373
toolchain: ${{ matrix.rust }}
7474
components: clippy
7575
- uses: Swatinem/[email protected]
76-
- uses: taiki-e/install-action@v2.46.6
76+
- uses: taiki-e/install-action@cargo-hack
7777
- name: clippy (all targets, feature powerset)
7878
run: cargo hack clippy --all-targets --feature-powerset -- -D warnings
7979

@@ -89,6 +89,6 @@ jobs:
8989
- uses: dtolnay/rust-toolchain@v1
9090
with:
9191
toolchain: ${{ matrix.rust }}
92-
- uses: taiki-e/install-action@v2.46.6
92+
- uses: taiki-e/install-action@cargo-hack
9393
- name: cargo check msrv
9494
run: cargo hack check --feature-powerset

0 commit comments

Comments
 (0)