Skip to content

Commit

Permalink
curl instead of wget
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Nov 4, 2024
1 parent 289a620 commit ee1e910
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build_on_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- name: Download dataset
run: |
wget --no-check-certificate --content-disposition "https://amubox.univ-amu.fr/public.php?service=files&t=KJ2L5j6L6orPXxM&download" -O macapype_CI.zip
curl https://amubox.univ-amu.fr/public.php/dav/files/KJ2L5j6L6orPXxM --output macapype_CI.zip
unzip -o macapype_CI.zip -d macapype_CI
pwd
Expand Down Expand Up @@ -126,7 +127,8 @@ jobs:
- name: Download dataset
run: |
wget --no-check-certificate --content-disposition "https://amubox.univ-amu.fr/public.php?service=files&t=KJ2L5j6L6orPXxM&download" -O macapype_CI.zip
curl https://amubox.univ-amu.fr/public.php/dav/files/KJ2L5j6L6orPXxM --output macapype_CI.zip
unzip -o macapype_CI.zip -d macapype_CI
pwd
Expand Down Expand Up @@ -174,7 +176,8 @@ jobs:
- name: Download dataset
run: |
wget --no-check-certificate --content-disposition "https://amubox.univ-amu.fr/public.php?service=files&t=KJ2L5j6L6orPXxM&download" -O macapype_CI.zip
curl https://amubox.univ-amu.fr/public.php/dav/files/KJ2L5j6L6orPXxM --output macapype_CI.zip
unzip -o macapype_CI.zip -d macapype_CI
pwd
Expand Down Expand Up @@ -222,7 +225,8 @@ jobs:
- name: Download dataset
run: |
wget --no-check-certificate --content-disposition "https://amubox.univ-amu.fr/public.php?service=files&t=KJ2L5j6L6orPXxM&download" -O macapype_CI.zip
curl https://amubox.univ-amu.fr/public.php/dav/files/KJ2L5j6L6orPXxM --output macapype_CI.zip
unzip -o macapype_CI.zip -d macapype_CI
pwd
Expand Down Expand Up @@ -271,7 +275,8 @@ jobs:
- name: Download dataset
run: |
wget --no-check-certificate --content-disposition "https://amubox.univ-amu.fr/public.php?service=files&t=KJ2L5j6L6orPXxM&download" -O macapype_CI.zip
curl https://amubox.univ-amu.fr/public.php/dav/files/KJ2L5j6L6orPXxM --output macapype_CI.zip
unzip -o macapype_CI.zip -d macapype_CI
pwd
Expand Down Expand Up @@ -318,7 +323,8 @@ jobs:
- name: Download dataset
run: |
wget --no-check-certificate --content-disposition "https://amubox.univ-amu.fr/public.php?service=files&t=KJ2L5j6L6orPXxM&download" -O macapype_CI.zip
curl https://amubox.univ-amu.fr/public.php/dav/files/KJ2L5j6L6orPXxM --output macapype_CI.zip
unzip -o macapype_CI.zip -d macapype_CI
pwd
Expand Down

0 comments on commit ee1e910

Please sign in to comment.