Run apt update

This commit is contained in:
blank X 2022-07-11 11:03:32 +07:00
parent fb8585dc4c
commit d775272c09
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ image: ubuntu:jammy
assembleDebug:
stage: build
script: |
apt update
DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
./gradlew assembleDebug
artifacts: