Skip to content

Commit

Permalink
Update TauDEM.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Feb 6, 2024
1 parent b03d2c7 commit 308c8e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/TauDEM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:

- name: Install TauDEM on Windows
if: runner.os == 'Windows'
# https://www.microsoft.com/en-us/download/details.aspx?id=105289 for the mpi exe
# to find the link, open the web dev console at requests, then click as if to download the exe
# and get the link from the console.
# https://www.gisinternals.com/release.php for the gdal msi
run: |
cd ~
curl -sLO https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisetup.exe
Expand Down

0 comments on commit 308c8e4

Please sign in to comment.