Run apt update
This commit is contained in:
parent
fb8585dc4c
commit
d775272c09
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue