Update .gitea/workflows/java-test.yml
Some checks failed
CI Demo / build (push) Successful in 3s
Swift Test / swift-hello (push) Has been cancelled
Java Test / java-hello (push) Has been cancelled

This commit is contained in:
2025-08-07 18:29:05 +00:00
parent fd17fe6470
commit 9185946d7d

View File

@@ -14,7 +14,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y openjdk-17-jdk
fi
# Installs OpenJDK 17 from Ubuntus repos if java isnt on the PATH :contentReference[oaicite:0]{index=0}
# Installs OpenJDK 17 from Ubuntu's repos if java isn't on the PATH :contentReference[oaicite:0]{index=0}
- name: Verify Java installation
run: java --version