Skip to content

Commit af552e0

Browse files
committed
fix(workflow): adjust build steps for musl target in CI workflow
1 parent 121d4a5 commit af552e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ jobs:
9090
run: sudo apt install wabt
9191

9292
- name: build sqlite-sync
93+
if: matrix.name == 'musl'
94+
run: make extension ${{ matrix.make && matrix.make || ''}}
95+
shell: sh
96+
97+
- name: build sqlite-sync
98+
if: matrix.name != 'musl'
9399
run: make extension ${{ matrix.make && matrix.make || ''}}
94100

95101
- name: windows install sqlite3

0 commit comments

Comments
 (0)