Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
run apt-get update before installing gdal
  • Loading branch information
juuso-j authored Dec 18, 2023
1 parent 7c5c6fe commit 353f5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
python-version: "3.5"

- name: Install GDAL
run: sudo apt-get install -y gdal-bin
run: sudo apt-get update && sudo apt-get install -y gdal-bin
if: ${{ matrix.toxenv == 'sanitizer' }}

- name: Install Tox and tox-gh-actions
Expand Down

0 comments on commit 353f5a5

Please sign in to comment.