Skip to content

Commit

Permalink
remove tmate and test an older gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
wael-sadek committed Feb 6, 2024
1 parent 7546e00 commit b8ab3a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/TauDEM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,14 @@ jobs:
# https://www.gisinternals.com/release.php for the gdal msi
run: |
cd ~
curl -sLO https://download.gisinternals.com/sdk/downloads/release-1930-x64-gdal-3-8-1-mapserver-8-0-1/gdal-3.8.1-1930-x64-core.msi
Start-Process -Wait msiexec.exe -ArgumentList "/I gdal-3.8.1-1930-x64-core.msi /quiet"
curl -sLO https://download.gisinternals.com/sdk/downloads/release-1800-x64-gdal-2-1-3-mapserver-7-0-4/gdal-201-1800-x64-core.msi
Start-Process -Wait msiexec.exe -ArgumentList "/I gdal-201-1800-x64-core.msi /quiet"
mkdir "C:\taudem"
cd "C:\taudem"
curl -sLO https://github.com/dtarb/TauDEM/releases/download/v5.3.7/TauDEM537exeWin64.zip
unzip TauDEM537exeWin64.zip
dir
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Test Taudem
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit b8ab3a1

Please sign in to comment.