Skip to content

Commit 6a97297

Browse files
committed
ci
1 parent 83e85ba commit 6a97297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Download blosc jar
2929
run: |
3030
mkdir -p ../blosc-java/target
31-
curl https://static.webknossos.org/misc/blosc-java-0.1-1.21.4-SNAPSHOT.jar -O ../blosc-java/target/blosc-java-0.1-1.21.4-SNAPSHOT.jar
31+
curl https://static.webknossos.org/misc/blosc-java-0.1-1.21.4-SNAPSHOT.jar -o ../blosc-java/target/blosc-java-0.1-1.21.4-SNAPSHOT.jar
3232
3333
- name: Download testdata
3434
run: |
3535
mkdir testdata testoutput
36-
curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -O testdata/l4_sample.zip
36+
curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -o testdata/l4_sample.zip
3737
unzip testdata/l4_sample.zip
3838
3939
- name: Build

0 commit comments

Comments
 (0)