diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 702dea6e..188e5b76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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