Skip to content

Commit 5dde66b

Browse files
authored
linux use latest dependencies
1 parent c0714f1 commit 5dde66b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
if: matrix.name == 'wasm'
7878
run: sudo apt install wabt
7979

80+
- name: linux install latest dependencies
81+
if: matrix.name == 'linux'
82+
run: sudo apt-get update && sudo apt-get upgrade
83+
8084
- name: build sqlite-sync
8185
run: make extension ${{ matrix.make && matrix.make || ''}}
8286

0 commit comments

Comments
 (0)