Skip to content

Commit 1e092b5

Browse files
committed
ci
1 parent 948f541 commit 1e092b5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ jobs:
1919
java-version: '8'
2020
distribution: 'temurin'
2121
cache: maven
22+
23+
- name: Download blosc jar
24+
run: |
25+
wget https://github.com/scalableminds/blosc-java/suites/13916752572/artifacts/774573653 -O blosc-jar.zip
26+
unzip blosc-jar.zip
27+
mkdir -p ../blosc-java/target
28+
mv *.jar ../blosc-java/target
29+
rm blosc-jar.zip
30+
2231
- name: Build
2332
run: mvn -B package --file pom.xml
2433

0 commit comments

Comments
 (0)