File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 - name : Compile sqlite3
119119# if: steps.cache_build.outputs.cache-hit != 'true'
120120 run : |
121- dart run tool/compile_sqlite.dart
121+ dart run tool/compile_sqlite.dart ${{ matrix.arch }}
122122
123123 - name : Upload sqlite3 binaries
124124 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ void main(List<String> args) async {
4343 ...defines,
4444 '/I' ,
4545 sqlite3Ciphers ? r'sqlite3-src\sqlite3mc' : 'sqlite3-src\s qlite3' ,
46- '-o' ,
47- '/Fe:out\w in-$abiName -sqlite3${sqlite3Ciphers ? 'mc' : '' }.dll'
46+ '/Fe:out\\ win-$abiName -sqlite3${sqlite3Ciphers ? 'mc' : '' }.dll'
4847 ];
4948
5049 print ('Running cl ${args .join (' ' )}' );
You can’t perform that action at this time.
0 commit comments