Skip to content

Commit

Permalink
not quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Feb 6, 2024
1 parent f1b9714 commit 1c8427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TauDEM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
curl -sLO https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe
Start-Process -Wait ".\msmpisetup.exe" -ArgumentList "-unattend"
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"
Start-Process -Wait msiexec.exe -ArgumentList "/I gdal-201-1800-x64-core.msi"
mkdir "C:\taudem"
cd "C:\taudem"
curl -sLO https://github.com/dtarb/TauDEM/releases/download/v5.3.7/TauDEM537exeWin64.zip
Expand Down

0 comments on commit 1c8427d

Please sign in to comment.