Skip to content

Commit 6a37964

Browse files
committed
ci: dep blosc on windows
1 parent 0c9a7b5 commit 6a37964

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-installers.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
- name: Add Wix to Path
4444
run: echo "$HOME/target/wix" >> $GITHUB_PATH
4545
if: matrix.os == 'windows-latest'
46+
- name: Install blosc (Windows)
47+
if: matrix.os == 'windows-latest'
48+
run: |
49+
pip install blosc --no-input --target src/test/resources
50+
mv src/test/resources/bin/* src/test/resources
4651
- uses: actions/checkout@v2
4752
- name: Set up JDK
4853
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)