We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d161e0 commit cabb280Copy full SHA for cabb280
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
make -j
37
mkdir ../out
38
cp sqlite3 ../out
39
- cp .libs/libsqlite3.so ../out
+ cp libsqlite3.so ../out
40
cp *.h ../out
41
- name: Compile sqlite3 on Linux (no autoinit)
42
if: steps.cache_sqlite_build.outputs.cache-hit != 'true' && runner.os == 'Linux'
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
- cp .libs/libsqlite3.dylib ../out
+ cp libsqlite3.dylib ../out
66
67
- uses: ilammy/msvc-dev-cmd@v1
68
if: steps.cache_sqlite_build.outputs.cache-hit != 'true' && runner.os == 'Windows'
0 commit comments