From a5d6a4ab86b7bda1718e3b282f1665674ce82cfd Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Mon, 5 Feb 2024 09:34:28 +0100 Subject: [PATCH] Update ci.yml Trying to fix run issue --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 145cf48e..c4091bf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}