Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Nov 25, 2024
1 parent 942c704 commit a0ab353
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ env:
CARGO_TERM_COLOR: always

jobs:
matrix:
build_and_test:
name: Rust and clippy tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -47,12 +48,6 @@ jobs:
include:
- sed: BusyBox
bash_version: "latest"

build_and_test:
name: Rust and clippy tests
runs-on: ubuntu-latest
needs: matrix
if: ${{ ( matrix.sed == "GNU" && matrix.bash_version != "BusyBox" ) || ( matrix.sed == "BusyBox" && matrix.bash_version == "BusyBox" ) }}
steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit a0ab353

Please sign in to comment.