Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBolibar committed Aug 2, 2024
1 parent d40a2d2 commit 61bde6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libxml2-dev libspatialite-dev
sudo apt-get install -y libxml2=2.9.10+dfsg-5 libxml2-dev libspatialite-dev
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
# Print installed versions for debugging
dpkg -l | grep libxml2
Expand All @@ -67,7 +67,7 @@ jobs:
wget https://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-5.0.1.tar.gz
tar xzf libspatialite-5.0.1.tar.gz
cd libspatialite-5.0.1
./configure
./configure --with-proj=/usr/local
make
sudo make install
sudo ldconfig
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
- uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
files: lcov.info
files: lcov.info

0 comments on commit 61bde6b

Please sign in to comment.