Skip to content

Commit

Permalink
Fix Java analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Apr 24, 2024
1 parent 3ed452b commit 59ddab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: Build Java
run: |
make -C src/c-lib -j `nproc` libshared
ant -f src/java/build.xml test
ant -f src/java/build.xml test -Dlink_to_shared_lib=true
- if: matrix.language == 'swift' || matrix.language == 'javascript-typescript'
name: Autobuild
Expand Down

0 comments on commit 59ddab7

Please sign in to comment.