Skip to content

Commit 698f656

Browse files
ci: use valid windows libsql build target
1 parent 16ace09 commit 698f656

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/extensions-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ jobs:
106106

107107
steps:
108108
- uses: hecrj/setup-rust-action@v2
109-
- name: set git to use LF on windows
110-
if: matrix.os == 'windows-latest'
111-
run: |
112-
git config --global core.autocrlf false
113-
git config --global core.eol lf
114109
- name: Checkout repository
115110
uses: actions/checkout@v3
116111
- name: Set up cargo cache
@@ -167,7 +162,7 @@ jobs:
167162
run: |
168163
sed -i 's/\r$//' configure VERSION
169164
./configure
170-
make libsql
165+
make liblibsql.la
171166
172167
- name: build libsql on macos
173168
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)