Skip to content

Commit

Permalink
backup fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto Vesco committed Oct 21, 2024
1 parent fd25dc1 commit 3097895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt-get update; sudo apt-get -y install libcurl4-openssl-dev libudunits2-dev libproj-dev
run: sudo apt-get update; sudo apt-get -y install libcurl4-openssl-dev libudunits2-dev libproj-dev libgdal-dev libgeos-dev

- name: "Setup R"
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 3097895

Please sign in to comment.