Compare commits
No commits in common. "4f40075b76c13f6440b17c173ce3c60ce15d50d7" and "e698eb8a1d6f61a38248e7cd1a27bb73896e667c" have entirely different histories.
4f40075b76
...
e698eb8a1d
@ -1,7 +1,5 @@
|
||||
name: Test CI Runner Image
|
||||
on:
|
||||
push:
|
||||
branches: [test, main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -12,10 +10,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install JDK (musl-native, Alpine package)
|
||||
run: |
|
||||
apk add --no-cache openjdk17-jdk
|
||||
echo "JAVA_HOME=/usr/lib/jvm/java-17-openjdk" >> "$GITHUB_ENV"
|
||||
- name: Install JDK (JRE-only image)
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
- name: Verify tools
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user