Skip to content

Commit

Permalink
Fix depends -> needs
Browse files Browse the repository at this point in the history
  • Loading branch information
PucklaJ committed Jan 25, 2025
1 parent 765eeaa commit c47d4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

build-and-test:
runs-on: ${{ matrix.os }}
depends: download-libclang.dll
needs: download-libclang.dll
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c47d4bf

Please sign in to comment.