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 a0a753c commit c93cfbf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ jobs:
# Print installed versions for debugging
dpkg -l | grep libxml2
dpkg -l | grep libspatialite
- name: Rebuild libspatialite
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y build-essential
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
make
sudo make install
sudo ldconfig
# - name: Rebuild libspatialite
# if: matrix.os == 'ubuntu-latest'
# run: |
# sudo apt-get install -y build-essential
# 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
# make
# sudo make install
# sudo ldconfig
- name: Install dependencies on macOS
if: matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit c93cfbf

Please sign in to comment.