Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBolibar authored Aug 2, 2024
1 parent 6e1792e commit 639f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libxml2 libspatialite8
sudo apt-get install -y libxml2 libspatialite-dev
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
shell: bash -el {0}
- name: Install dependencies on macOS
Expand Down

0 comments on commit 639f11e

Please sign in to comment.