Skip to content

Commit

Permalink
Remove libblosc-dev install from CI
Browse files Browse the repository at this point in the history
Blosc is built from source since zarrs v0.3.0 (92e06b7).
  • Loading branch information
LDeakin committed Dec 22, 2023
1 parent 6afb815 commit c357725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt update && sudo apt install -y libblosc-dev cmake clang-15
- run: sudo apt update && sudo apt install -y cmake clang-15
- uses: dtolnay/rust-toolchain@stable
- run: rustup component add rustfmt clippy
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit c357725

Please sign in to comment.