Skip to content

Commit 2b421aa

Browse files
authored
Update build-sphinx.yml (#88)
* Update build-sphinx.yml adds an update apt-get in the build configuration file.
1 parent 74b950d commit 2b421aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
python-version: 3.7
1818
- name: Install dependencies
1919
run: |
20+
sudo apt-get update
2021
sudo apt-get install libproj-dev proj-data proj-bin
2122
sudo apt-get install libgeos-dev
2223
sudo apt-get install python3-sphinx

0 commit comments

Comments
 (0)