Skip to content

Commit d0c861b

Browse files
committed
add an apt update and hope it fixes workflow
1 parent 3ee6712 commit d0c861b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
with:
3535
submodules: recursive
3636

37+
- name: "Update apt"
38+
run: "sudo apt update"
39+
3740
- name: "Install OS deps"
3841
run: "sudo apt -y install libgdal-dev libpq-dev libmagic1 git binutils libproj-dev gdal-bin"
3942

0 commit comments

Comments
 (0)