We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6b884 commit af9cc12Copy full SHA for af9cc12
1 file changed
.github/workflows/main.yml
@@ -77,10 +77,6 @@ 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