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 1a3071f commit fc6313c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ 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: Install dependencies on macOS
if: matrix.os == 'macos-latest'
run: |
Expand Down Expand Up @@ -94,10 +83,6 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- name: Ensure Conda Environment Variables
run: |
echo "LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/home/runner/work/Sleipnir.jl/Sleipnir.jl/.CondaPkg/env/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/home/runner/work/Sleipnir.jl/Sleipnir.jl/.CondaPkg/env/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
- uses: julia-actions/julia-buildpkg@v1
env:
JULIA_SSL_CA_ROOTS_PATH: ""
Expand Down

0 comments on commit fc6313c

Please sign in to comment.