Skip to content

Commit

Permalink
use wget with bash on win
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 13, 2024
1 parent 4ee5918 commit ef65c5d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@ jobs:
shell: bash
run: |
mkdir -p fiji
if [[ "$RUNNER_OS" == "Windows" ]]; then
powershell -command "Invoke-WebRequest -Uri https://downloads.imagej.net/fiji/latest/${{ matrix.url_file_name }} -OutFile fiji.zip"
else
wget -q https://downloads.imagej.net/fiji/latest/${{ matrix.url_file_name }} -O fiji.zip
fi
wget -q https://downloads.imagej.net/fiji/latest/${{ matrix.url_file_name }} -O fiji.zip
unzip fiji.zip -d fiji
- name: Build Plugin
Expand Down

0 comments on commit ef65c5d

Please sign in to comment.