From 595e5a2fce59715f01ba2f06732a76abad9b9a0f Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sun, 28 Jul 2024 13:14:54 +0200 Subject: [PATCH] Remove redundant job step This step never executed because in the absence of any matrix, matrix.target was undefined and the whole thing was never true. --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1949a856..ff2862e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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)