File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,11 +116,11 @@ jobs:
116116 - name : Patch SQLite3 amalgamation
117117 shell : bash
118118 run : |
119- sqlite_src = "${{ env.SQLITE_PATH }}/sqlite-amalgamation-{{ env.SQLITE_VERSION_RAW }}/sqlite3.c"
120- shell_src = "${{ env.SQLITE_PATH }}/sqlite-amalgamation-{{ env.SQLITE_VERSION_RAW }}/shell.c"
121- dest_sqlite = "${{ env.SQLITE_PATH }}/sqlite3patched.c"
122- dest_shell = "${{ env.SQLITE_PATH }}/shell.c"
123- dest_rekey = "${{ env.SQLITE_PATH }}/rekeyvacuum.c"
119+ sqlite_src= "${{ env.SQLITE_PATH }}/sqlite-amalgamation-$ {{ env.SQLITE_VERSION_RAW }}/sqlite3.c"
120+ shell_src= "${{ env.SQLITE_PATH }}/sqlite-amalgamation-$ {{ env.SQLITE_VERSION_RAW }}/shell.c"
121+ dest_sqlite= "${{ env.SQLITE_PATH }}/sqlite3patched.c"
122+ dest_shell= "${{ env.SQLITE_PATH }}/shell.c"
123+ dest_rekey= "${{ env.SQLITE_PATH }}/rekeyvacuum.c"
124124 ./scripts/patchsqlite3.sh $sqlite_src > $dest_sqlite
125125 ./scripts/patchshell.sh $shell_src > $dest_shell
126126 ./scripts/rekeyvacuum.sh $sqlite_src > $dest_rekey
You can’t perform that action at this time.
0 commit comments