Update Version in docker Tag, Clean up Dependencies.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-09-27 09:20:27 +12:00
parent 9873c86192
commit 6418d3acbc
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
android-build-container:
runs-on: ubuntu-latest
env:
VERSION: ${{ '5.15.2' }} # the version numbers here is based on the Qt version, the third digit is the rev of the docker image
VERSION: ${{ '5.15.3' }} # the version numbers here is based on the Qt version, the third digit is the rev of the docker image
steps:
- uses: actions/checkout@v4

View file

@ -83,7 +83,6 @@ RUN apt-get install -y \
bzip2 \
pkg-config \
libx11-xcb1 \
libgl1-mesa-glx \
libglib2.0-0 \
openjdk-8-jdk \
curl \