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 74f7fb8 commit f86c7deCopy full SHA for f86c7de
1 file changed
.github/workflows/build-installers.yml
@@ -43,6 +43,11 @@ jobs:
43
- name: Add Wix to Path
44
run: echo "$HOME/target/wix" >> $GITHUB_PATH
45
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
51
- uses: actions/checkout@v2
52
- name: Set up JDK
53
uses: actions/setup-java@v2
0 commit comments