Skip to content

Commit 44ef7b4

Browse files
authored
Modify system dependencies installation in prod.yml
Updated the installation commands for system dependencies in the workflow.
1 parent f4e22eb commit 44ef7b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515

1616
- name: Install system dependencies
1717
run: |
18-
sudo apt-get install libudunits2-dev \
18+
sudo apt-get update
19+
sudo apt-get install -y --fix-missing \
20+
libudunits2-dev \
1921
libgdal-dev \
2022
libgeos-dev \
2123
libproj-dev

0 commit comments

Comments
 (0)