Skip to content

Commit

Permalink
drop: Debug missing dependencies2.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed May 17, 2023
1 parent 64d3d7b commit acecb19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven-and-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ jobs:
- name: Install packages for native build
run: |
sudo cp -f resources/ubuntu-build-image/ports-sources.list /etc/apt/sources.list
sudo apt update
apt-cache policy libglib2.0-dev:i386 || true
apt-cache policy libpulse-mainloop-glib0:i386 || true
apt-cache policy openjdk-11-jre:i386 || true
apt-cache policy openjdk-11-jdk-headless:i386 || true
sudo ./resources/ubuntu-build-image/packages.sh ${{ matrix.arch }} ${{ env.RELEASE_JAVA_VERSION }}
- name: Build natives ${{ matrix.arch }}
Expand Down

0 comments on commit acecb19

Please sign in to comment.