Skip to content

Commit

Permalink
Fixes #402 - Fix linux job in build workflow (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Oct 30, 2024
1 parent c85e75d commit 40360f1
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 @@ -69,7 +69,7 @@ jobs:
with:
maven-version: 3.9.6
- name: Build with Maven
run: mvn -B -DskipTests -DskipITs --ntp -P graalvm package
run: mvn -B -DskipTests -DskipITs --ntp -P linux package
windows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 40360f1

Please sign in to comment.