We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180ac31 commit 88e343bCopy full SHA for 88e343b
1 file changed
.github/workflows/extensions-test.yml
@@ -41,6 +41,7 @@ jobs:
41
path: |
42
libsql-sqlite3/sqlite3.c
43
libsql-sqlite3/sqlite3.h
44
+ libsql-sqlite3/sqlite3ext.h
45
libsql-ffi/bundled/src/sqlite3.c
46
libsql-ffi/bundled/src/sqlite3.h
47
libsql-ffi/bundled/SQLite3MultipleCiphers/src/sqlite3.c
@@ -56,6 +57,11 @@ jobs:
56
57
58
steps:
59
- 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
65
- name: Checkout repository
66
uses: actions/checkout@v3
67
- name: Set up cargo cache
0 commit comments