Skip to content

Commit

Permalink
Revert rust-hack changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Dec 11, 2024
1 parent 2c9da7b commit b788cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- uses: Swatinem/[email protected]
- uses: taiki-e/install-action@v2.46.6
- uses: taiki-e/install-action@cargo-hack
- name: Install Linux tooling for 32 bit builds
run: |
sudo apt-get update -y
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- uses: Swatinem/[email protected]
- uses: taiki-e/install-action@v2.46.6
- uses: taiki-e/install-action@cargo-hack
- run: sudo apt-get update -y
if: matrix.os == 'ubuntu-latest'
- name: cargo check (powerset)
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
toolchain: ${{ matrix.rust }}
components: clippy
- uses: Swatinem/[email protected]
- uses: taiki-e/install-action@v2.46.6
- uses: taiki-e/install-action@cargo-hack
- name: clippy (all targets, feature powerset)
run: cargo hack clippy --all-targets --feature-powerset -- -D warnings

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

0 comments on commit b788cea

Please sign in to comment.