Skip to content

Commit

Permalink
Update check-standard.yaml all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
lamonica-d authored Jan 11, 2024
1 parent 1685143 commit 1502ac0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,34 @@ jobs:
fail-fast: false
matrix:
config:
# - {os: macos-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'release'}
- {os: macos-latest, r: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: windows-latest, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
# - name: Install Ubuntu system requirements
# if: runner.os == 'Linux'
# run: |
# sudo apt update
# sudo apt install curl
# sudo apt install gdal-bin
# sudo apt install libgdal-dev
# sudo apt install grass


# - name: Install macOS system requirements
# if: runner.os == 'macOS'
# run: |
# brew install proj gdal
# curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci
# source ./macports-ci install
# sudo port install grass

- name: Install OSGeo4W
- name: Install Ubuntu system requirements
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install curl
sudo apt install gdal-bin
sudo apt install libgdal-dev
sudo apt install grass
- name: Install macOS system requirements
if: runner.os == 'macOS'
run: |
brew install proj gdal
curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci
source ./macports-ci install
sudo port install grass
- name: Install Windows system requirements (OSGeo4W)
if: runner.os == 'Windows'
run: |
$exe = 'osgeo4w-setup.exe'
Expand Down

0 comments on commit 1502ac0

Please sign in to comment.