We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e85ba commit 6a97297Copy full SHA for 6a97297
.github/workflows/ci.yml
@@ -28,12 +28,12 @@ jobs:
28
- name: Download blosc jar
29
run: |
30
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
+ 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
32
33
- name: Download testdata
34
35
mkdir testdata testoutput
36
- curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -O testdata/l4_sample.zip
+ curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -o testdata/l4_sample.zip
37
unzip testdata/l4_sample.zip
38
39
- name: Build
0 commit comments