Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lucarraro/traudem
Browse files Browse the repository at this point in the history
  • Loading branch information
lucarraro committed Apr 24, 2024
2 parents f3fc067 + 339c4e8 commit a30c9c9
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,10 @@ jobs:
- uses: actions/checkout@v2

- name: Install required pkgs for linux
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev mpich
- name: Install required pkgs for mac
if: runner.os == 'macOS'
run: |
brew install gdal mpich
- name: Install TauDEM on linux and mac
if: runner.os != 'Windows'
run: sh ./TauDEM.sh

- name: Install TauDEM on Windows
if: runner.os == 'Windows'
run: |
cd $HOME
curl -sLO https://github.com/dtarb/TauDEM/releases/download/v5.3.7/TauDEM537_setup.exe
.\TauDEM537_setup.exe /SILENT
sh ./TauDEM.sh
- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit a30c9c9

Please sign in to comment.