Skip to content

Commit

Permalink
dynamic 7
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Oct 7, 2024
1 parent c938532 commit 045b342
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/os-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
install: true

build_wolfssh:
needs: create_matrix
needs:
- build_wolfssl
- create_matrix
strategy:
fail-fast: false
matrix:
Expand All @@ -75,7 +77,6 @@ jobs:
name: Build wolfssh
runs-on: ${{ matrix.os }}
timeout-minutes: 4
needs: build_wolfssl
steps:
- name: Checking cache for wolfssl
uses: actions/cache@v4
Expand Down

0 comments on commit 045b342

Please sign in to comment.