Skip to content

Commit

Permalink
Run apt-get update before install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesvandyne committed Nov 25, 2023
1 parent 20b724a commit 4c97e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: 3.11
- name: Install Spatalite
run: |
sudo apt-get install -y spatialite-bin libsqlite3-mod-spatialite binutils libproj-dev gdal-bin
sudo apt-get update && sudo apt-get install -y spatialite-bin libsqlite3-mod-spatialite binutils libproj-dev gdal-bin
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4c97e9f

Please sign in to comment.