Skip to content

Commit 429f8a9

Browse files
committed
ci: native tests: windows: newlines on checkout
Don't convert newlines checkout
1 parent 1a25690 commit 429f8a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/native-image-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
name: ${{ matrix.os }},jdk${{ matrix.java-version }},${{ matrix.test }},clj${{ matrix.clojure-version }}
2525

2626
steps:
27+
#
28+
# Tell git not to convert newlines on checkout for Windows
29+
#
30+
- name: Prepare git (Windows)
31+
run: git config --global core.autocrlf false
32+
if: matrix.os == 'windows'
33+
2734
- name: Checkout
2835
uses: actions/checkout@v4
2936

0 commit comments

Comments
 (0)