Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed May 13, 2024
1 parent f663d75 commit 3ac92f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Windows GLib gir file workaround
working-directory: java-gi/
run: |
rm ext/gir-files/windows/GLib-2.0.gir
./gradlew :glib:copyGLibGir
- name: Run Gradle build
working-directory: java-gi/
run: ./gradlew build javadoc
Expand Down

0 comments on commit 3ac92f9

Please sign in to comment.