Skip to content

Commit 88e343b

Browse files
ci: fix extensions workflow windows and crr headers
1 parent 180ac31 commit 88e343b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/extensions-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
path: |
4242
libsql-sqlite3/sqlite3.c
4343
libsql-sqlite3/sqlite3.h
44+
libsql-sqlite3/sqlite3ext.h
4445
libsql-ffi/bundled/src/sqlite3.c
4546
libsql-ffi/bundled/src/sqlite3.h
4647
libsql-ffi/bundled/SQLite3MultipleCiphers/src/sqlite3.c
@@ -56,6 +57,11 @@ jobs:
5657

5758
steps:
5859
- uses: hecrj/setup-rust-action@v2
60+
- name: set git to use LF on windows
61+
if: matrix.os == 'windows-latest'
62+
run: |
63+
git config --global core.autocrlf false
64+
git config --global core.eol lf
5965
- name: Checkout repository
6066
uses: actions/checkout@v3
6167
- name: Set up cargo cache

0 commit comments

Comments
 (0)