We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b2d03 commit ab65ab5Copy full SHA for ab65ab5
1 file changed
.github/workflows/main.yml
@@ -209,10 +209,6 @@ jobs:
209
mkdir -p network/curl/${{ matrix.name }}
210
mv $folder/lib/.libs/libcurl.a network/curl/${{ matrix.name }}
211
212
- - name: linux install uuid-dev
213
- if: matrix.name == 'linux'
214
- run: sudo apt install -y uuid-dev
215
-
216
- name: build sqlite-sync
217
run: make ${{ matrix.make && matrix.make || ''}}
218
shell: bash
0 commit comments