We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd19db2 commit a94f42cCopy full SHA for a94f42c
.github/workflows/ci.yaml
@@ -66,18 +66,17 @@ jobs:
66
- uses: actions/checkout@v4
67
with:
68
fetch-depth: 1
69
- - uses: graalvm/setup-graalvm@v1
70
- with:
71
- java-version: '24.0.0'
72
- distribution: 'graalvm-community'
73
- name: Gradle env
74
run: ./gradlew -version
+ - name: Echos
+ run: sudo apt list
+ if: always()
75
- name: Test
76
run: ./gradlew nativeTest
77
- name: Build binary
78
run: ./gradlew :cli:java:nativeCompile
79
- name: Collect reports
80
- run: ./gradlew -version && echo "\n$JAVA_HOME\n" && ./gradlew copyReportsToParent
+ run: ./gradlew -version && echo "$JAVA_HOME" && ./gradlew copyReportsToParent
81
if: always()
82
- name: Upload reports
83
uses: actions/upload-artifact@v4
0 commit comments