From 308c8e4099cf52be658b6e36190b54b1bf6f9df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 6 Feb 2024 09:49:50 +0100 Subject: [PATCH] Update TauDEM.yaml --- .github/workflows/TauDEM.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/TauDEM.yaml b/.github/workflows/TauDEM.yaml index 4f37bad..4f2816e 100644 --- a/.github/workflows/TauDEM.yaml +++ b/.github/workflows/TauDEM.yaml @@ -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