Skip to content

Commit 83e85ba

Browse files
committed
ci
1 parent 96bbea4 commit 83e85ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

0 commit comments

Comments
 (0)