Skip to content

Commit

Permalink
Fix apt
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Sep 29, 2023
1 parent 615ae2c commit b0417c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install spatialindex
shell: bash
run: |
sudo apt update
sudo apt install libspatialindex-dev
sudo apt-get -y update
sudo apt-get -y install libspatialindex-dev
- name: CMake
run: |
Expand Down

0 comments on commit b0417c8

Please sign in to comment.