Skip to content

Commit 3bcaa3e

Browse files
committed
fix build in workflow
How did I miss that?
1 parent 892f67a commit 3bcaa3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
java-version: 17
9191
distribution: temurin
9292
architecture: ${{ matrix.architecture }}
93+
- run: ./gradlew build -PArchOverride=${{ matrix.arch-override }}
9394
- uses: actions/upload-artifact@v4
9495
with:
9596
name: jar-${{ matrix.artifact-name }}

0 commit comments

Comments
 (0)