diff --git a/.github/workflows/conda-install.yml b/.github/workflows/conda-install.yml index c6f3a29a..7b9bd207 100644 --- a/.github/workflows/conda-install.yml +++ b/.github/workflows/conda-install.yml @@ -63,8 +63,8 @@ jobs: python-version: '3.10' - name: Install ESA SNAP run: | - curl -O https://download.esa.int/step/snap/10_0/installers/esa-snap_sentinel_windows-10.0.0.exe - start /wait esa-snap_sentinel_windows-10.0.0.exe /S /D=$GITHUB_ACTION_PATH\esa-snap + powershell -Command "Invoke-WebRequest -Uri 'https://download.esa.int/step/snap/10_0/installers/esa-snap_sentinel_windows-10.0.0.exe' -OutFile 'esa-snap_sentinel_windows-10.0.0.exe'" + start /wait esa-snap_sentinel_windows-10.0.0.exe -q -dir $GITHUB_ACTION_PATH\esa-snap - name: Set paths and variables run: | echo "$CONDA\Scripts" >> $GITHUB_PATH