We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121d4a5 commit af552e0Copy full SHA for af552e0
1 file changed
.github/workflows/main.yml
@@ -90,6 +90,12 @@ jobs:
90
run: sudo apt install wabt
91
92
- 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'
99
run: make extension ${{ matrix.make && matrix.make || ''}}
100
101
- name: windows install sqlite3
0 commit comments