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 6b4f965 commit 3353e37Copy full SHA for 3353e37
1 file changed
.github/workflows/build.yml
@@ -133,10 +133,10 @@ jobs:
133
shell: pwsh
134
working-directory: ${{ env.AMALGAMATION }}
135
run: |
136
- python ../scripts/amalgamate.py -v yes -c ../scripts/sqlite3mc.c.json -s ../src
137
- python ../scripts/amalgamate.py -v yes -c ../scripts/sqlite3mc.h.json -s ../src
138
- python ../scripts/amalgamate.py -v yes -c ../scripts/shell3mc.c.json -s ../src
139
- dir
+ python ../scripts/amalgamate.py -v yes -c ../scripts/sqlite3mc.c.json -s ../src
+ python ../scripts/amalgamate.py -v yes -c ../scripts/sqlite3mc.h.json -s ../src
+ python ../scripts/amalgamate.py -v yes -c ../scripts/shell3mc.c.json -s ../src
+ dir
140
141
build-linux:
142
runs-on: ubuntu-24.04
0 commit comments