From 6678144d3e00bb483e37e723ef5b641ae062362d Mon Sep 17 00:00:00 2001 From: Manuel Garcia Date: Sat, 23 Mar 2024 11:25:35 +0100 Subject: [PATCH] change name of steps for macos and ubuntu --- .github/workflows/workshop-setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workshop-setup.yml b/.github/workflows/workshop-setup.yml index 1affff8a..7060e4d3 100644 --- a/.github/workflows/workshop-setup.yml +++ b/.github/workflows/workshop-setup.yml @@ -22,7 +22,7 @@ jobs: r-version: ${{matrix.R}} rtools-version: '43' - run: Rscript -e 'print("R was installed successfully")' - - name: Install GDAL, GEOS, and PROJ.4 + - name: Install GDAL, GEOS, and PROJ.4 (macOS) if: matrix.os == 'macos-latest' run: | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" @@ -32,7 +32,7 @@ jobs: brew install geos brew install gdal shell: bash - - name: Install GDAL, GEOS, and PROJ.4 + - name: Install GDAL, GEOS, and PROJ.4 (Ubuntu) if: matrix.os == 'ubuntu-latest' run: | sudo add-apt-repository ppa:ubuntugis -y