Skip to content

Commit

Permalink
ci: add blosc (again...)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed May 20, 2024
1 parent 7ede71d commit 2cc056b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Install Blosc
run: sudo apt install -y libblosc1

- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 2cc056b

Please sign in to comment.