We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ace09 commit 698f656Copy full SHA for 698f656
1 file changed
.github/workflows/extensions-test.yml
@@ -106,11 +106,6 @@ jobs:
106
107
steps:
108
- 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
114
- name: Checkout repository
115
uses: actions/checkout@v3
116
- name: Set up cargo cache
@@ -167,7 +162,7 @@ jobs:
167
162
run: |
168
163
sed -i 's/\r$//' configure VERSION
169
164
./configure
170
- make libsql
165
+ make liblibsql.la
171
166
172
- name: build libsql on macos
173
if: matrix.os == 'macos-latest'
0 commit comments