Skip to content

Commit

Permalink
Fix cross compiling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed May 28, 2024
1 parent 780e2db commit d5c0a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_or_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
architecture: ${{ matrix.arch }}

# Setup runtime java
- if: (matrix.extra_java == null || matrix.extra_java == '')
- if: matrix.extra_java
name: Set up x64 zulu JDK 8
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit d5c0a6f

Please sign in to comment.