Skip to content

Commit 1aa0ca9

Browse files
committed
(GitHub workflow typo)
1 parent 0fe3e22 commit 1aa0ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# </html>
8585
- name: Test GraalVM native support (build and run)
8686
id: native_test
87-
if: runner.os != 'Windows
87+
if: runner.os != 'Windows'
8888
run: './gradlew :freemarker-test-graalvm-native:nativeCompile./freemarker-test-graalvm-native/build/native/nativeCompile/freemarker-test-graalvm-native'
8989
- name: Upload Failed Report
9090
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)