Skip to content

Commit

Permalink
skip gdal installation on windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Feb 2, 2025
1 parent 156a900 commit 6842513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ jobs:
name: build-${{ matrix.target }}
path: target/
- name: Set up gdal-bin
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y gdal-bin
- name: Integration Tests
run: |
Expand Down

0 comments on commit 6842513

Please sign in to comment.