Skip to content

Commit

Permalink
CI: Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agdavydov81 committed Jun 28, 2023
1 parent bd0f6df commit 47382bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:

test-java:
runs-on: ${{ matrix.os }}
needs: [compress-native]
needs: [build-java]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 47382bc

Please sign in to comment.