Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Trying to fix run issue
  • Loading branch information
constantinius committed Feb 5, 2024
1 parent 0a4704f commit a5d6a4a
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: -|
- run: |
docker pull osgeo/gdal:ubuntu-small-latest ;
docker run -i --rm -v `pwd`/test/data:/data osgeo/gdal:ubuntu-small-latest bash -c "apt-get update && apt-get -y install imagemagick libtiff-tools wget && cd /data && ./setup_data.sh"
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit a5d6a4a

Please sign in to comment.