Skip to content

Commit ab65ab5

Browse files
committed
fix(linux): remove uuid-dev install from workflow
1 parent a8b2d03 commit ab65ab5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ jobs:
209209
mkdir -p network/curl/${{ matrix.name }}
210210
mv $folder/lib/.libs/libcurl.a network/curl/${{ matrix.name }}
211211
212-
- name: linux install uuid-dev
213-
if: matrix.name == 'linux'
214-
run: sudo apt install -y uuid-dev
215-
216212
- name: build sqlite-sync
217213
run: make ${{ matrix.make && matrix.make || ''}}
218214
shell: bash

0 commit comments

Comments
 (0)