Skip to content

Commit

Permalink
GitHub Actions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nshtengauer committed Dec 7, 2024
1 parent 49e3f34 commit 9b34c75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
run: |
sudo gpg --batch --passphrase ${{ secrets.GPG_PASSPHRASE }} --import gradle/secring.gpg
- name: "Install build dependencies"
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install g++-multilib
- name: "Prepare"
run: |
chmod +x ./gradlew
Expand Down

0 comments on commit 9b34c75

Please sign in to comment.