File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 strategy :
1212 matrix :
13- os : [ ubuntu, macos ]
13+ os : [ ubuntu, windows, macos ]
1414 runs-on : ${{ matrix.os }}-latest
1515 defaults :
1616 run :
@@ -27,14 +27,13 @@ jobs:
2727
2828 - name : Download blosc jar
2929 run : |
30- wget https://static.webknossos.org/misc/blosc-java-0.1-1.21.4-SNAPSHOT.jar
3130 mkdir -p ../blosc-java/target
32- mv *. jar ../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
3332
3433 - name : Download testdata
3534 run : |
3635 mkdir testdata testoutput
37- wget 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
3837 unzip testdata/l4_sample.zip
3938
4039 - name : Build
You can’t perform that action at this time.
0 commit comments