Skip to content

Commit

Permalink
build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Aug 17, 2022
1 parent 3c8e6f1 commit 1778164
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 @@ -19,5 +19,5 @@ jobs:
distribution: zulu
java-version: ${{ matrix.java }}
- if: matrix.os == 'ubuntu-latest'
run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install -y lib32z1 wine32
run: sudo apt-get install aptitude && sudo aptitude install winehq-stable
- run: ./mvnw clean verify -B -V -e -ntp

0 comments on commit 1778164

Please sign in to comment.