We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0714f1 commit 5dde66bCopy full SHA for 5dde66b
1 file changed
.github/workflows/main.yml
@@ -77,6 +77,10 @@ jobs:
77
if: matrix.name == 'wasm'
78
run: sudo apt install wabt
79
80
+ - name: linux install latest dependencies
81
+ if: matrix.name == 'linux'
82
+ run: sudo apt-get update && sudo apt-get upgrade
83
+
84
- name: build sqlite-sync
85
run: make extension ${{ matrix.make && matrix.make || ''}}
86
0 commit comments