Fix: Use openjdk17-jdk package name for Alpine Linux
Build Debug / Build Android Debug APK (push) Failing after 1m7s
Build UUVPN / Build Android APK (push) Failing after 1m9s
Build UUVPN / Cleanup old artifacts (push) Failing after 0s
Build Debug / Build iOS Debug App (push) Has been cancelled
Build UUVPN / Build iOS IPA (push) Has been cancelled
Build UUVPN / Create GitHub Release (push) Has been cancelled
Build UUVPN / Upload to TestFlight (push) Has been cancelled
Build UUVPN / Send Notification (push) Has been cancelled
Build Debug / Build Android Debug APK (push) Failing after 1m7s
Build UUVPN / Build Android APK (push) Failing after 1m9s
Build UUVPN / Cleanup old artifacts (push) Failing after 0s
Build Debug / Build iOS Debug App (push) Has been cancelled
Build UUVPN / Build iOS IPA (push) Has been cancelled
Build UUVPN / Create GitHub Release (push) Has been cancelled
Build UUVPN / Upload to TestFlight (push) Has been cancelled
Build UUVPN / Send Notification (push) Has been cancelled
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Install Java 17
|
||||
run: |
|
||||
if command -v apk &> /dev/null; then
|
||||
apk add --no-cache openjdk17
|
||||
apk add --no-cache openjdk17-jdk
|
||||
echo "JAVA_HOME=/usr/lib/jvm/java-17-openjdk" >> $GITHUB_ENV
|
||||
elif command -v apt-get &> /dev/null; then
|
||||
apt-get update && apt-get install -y openjdk-17-jdk
|
||||
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
- name: Install Java 17
|
||||
run: |
|
||||
if command -v apk &> /dev/null; then
|
||||
apk add --no-cache openjdk17
|
||||
apk add --no-cache openjdk17-jdk
|
||||
echo "JAVA_HOME=/usr/lib/jvm/java-17-openjdk" >> $GITHUB_ENV
|
||||
elif command -v apt-get &> /dev/null; then
|
||||
apt-get update && apt-get install -y openjdk-17-jdk
|
||||
|
||||
Reference in New Issue
Block a user