Skip to content

Commit 945dfda

Browse files
authored
ci: test: address 429 errors for sample sources (#386)
* ci: test: address 429 errors for sample sources closes #385 * ci: native tests: windows: newlines on checkout Don't convert newlines on checkout
1 parent 1e237db commit 945dfda

File tree

4 files changed

+16630
-2
lines changed

4 files changed

+16630
-2
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)