File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 - name : Install libsqlite3-dev
2828 if : matrix.os == 'ubuntu-latest'
2929 run : |
30- sudo apt-get update && sudo apt-get install -y libsqlite3-dev
30+ sudo apt-get update && sudo apt-get install -y libsqlite3-dev && locate sqlite3
3131 - name : Validate Gradle Wrapper
3232 uses : gradle/wrapper-validation-action@v1
3333 - name : Cache gradle
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ kotlin {
4343 val test by target.compilations.getting
4444
4545 if (target.name.startsWith(" linux" )) {
46- test.kotlinOptions.freeCompilerArgs + = listOf (" -linker-options" , " -lsqlite3 -L/usr/lib" )
46+ test.kotlinOptions.freeCompilerArgs + = listOf (" -linker-options" , " -lsqlite3 -L/usr/lib/x86_64-linux-gnu " )
4747 } else {
4848 test.kotlinOptions.freeCompilerArgs + = listOf (" -linker-options" , " -lsqlite3" )
4949 }
You can’t perform that action at this time.
0 commit comments