Skip to content

Commit 31b0d5c

Browse files
SessionHero01SessionHero01
authored andcommitted
Update build process
1 parent 2b3982d commit 31b0d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
environment:
1717
ANDROID_HOME: /usr/lib/android-sdk
1818
commands:
19-
- apt-get -y install ninja-build
19+
- apt-get -y update && apt-get -y install ninja-build
2020
- update-java-alternatives -s java-1.17.0-openjdk-amd64
2121
- env VERSION=`git describe --tags --dirty` ./gradlew publish
2222

@@ -26,5 +26,5 @@ steps:
2626
SSH_KEY:
2727
from_secret: SSH_KEY
2828
commands:
29-
- apt-get -y install python3
29+
- apt-get -y update && apt-get -y install python3
3030
- ./scripts/upload-maven-artifacts.py

0 commit comments

Comments
 (0)