Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Remove redundant job step
Browse files Browse the repository at this point in the history
This step never executed because in the absence of any matrix,
matrix.target was undefined and the whole thing was never true.
  • Loading branch information
swsnr committed Jul 28, 2024
1 parent f3ec89b commit 595e5a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Install musl tools for musl target
- run: sudo apt-get install musl-tools
if: ${{ contains(matrix.target, 'musl') }}
- uses: dtolnay/rust-toolchain@stable
# Check our library without any features (we do need to pick a regex
# engine tho)
Expand Down

0 comments on commit 595e5a2

Please # to comment.