Skip to content

Commit

Permalink
Wrong naming
Browse files Browse the repository at this point in the history
  • Loading branch information
RodoMa92 committed Jul 27, 2023
1 parent e35c712 commit de3294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
-DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_STMTVTAB -DSQLITE_MAX_VARIABLE_NUMBER=250000 -DSQLITE_MAX_EXPR_DEPTH=10000 -DSQLITE_ENABLE_MATH_FUNCTIONS" &&
make &&
sudo make install &&
sudo cp /usr/lib/sqlite3.so.0 /usr/lib/x86_64-linux-gnu/ &&
sudo cp /usr/lib/sqlite3.so /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 &&
sudo cp /usr/lib/sqlite3.so.0.8.6 /usr/lib/x86_64-linux-gnu/ &&
rm -r /tmp/sqlite-autoconf-3420000
Expand Down

0 comments on commit de3294d

Please sign in to comment.