Run apt update
This commit is contained in:
parent
fb8585dc4c
commit
d775272c09
|
@ -3,6 +3,7 @@ image: ubuntu:jammy
|
||||||
assembleDebug:
|
assembleDebug:
|
||||||
stage: build
|
stage: build
|
||||||
script: |
|
script: |
|
||||||
|
apt update
|
||||||
DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
|
DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
|
||||||
./gradlew assembleDebug
|
./gradlew assembleDebug
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in New Issue