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 0fe3e22 commit 1aa0ca9Copy full SHA for 1aa0ca9
1 file changed
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
# </html>
85
- name: Test GraalVM native support (build and run)
86
id: native_test
87
- if: runner.os != 'Windows
+ if: runner.os != 'Windows'
88
run: './gradlew :freemarker-test-graalvm-native:nativeCompile./freemarker-test-graalvm-native/build/native/nativeCompile/freemarker-test-graalvm-native'
89
- name: Upload Failed Report
90
uses: actions/upload-artifact@v4
0 commit comments