Skip to content

Commit a5d6a4a

Browse files
Update ci.yml
Trying to fix run issue
1 parent 0a4704f commit a5d6a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- run: -|
14+
- run: |
1515
docker pull osgeo/gdal:ubuntu-small-latest ;
1616
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"
1717
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)