Skip to content

Commit af9cc12

Browse files
committed
clean(workflow): remove linux install latest dependencies step
1 parent 6e6b884 commit af9cc12

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
@@ -77,10 +77,6 @@ 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-
8480
- name: build sqlite-sync
8581
run: make extension ${{ matrix.make && matrix.make || ''}}
8682

0 commit comments

Comments
 (0)