Skip to content

Commit 0450222

Browse files
committed
more things
Signed-off-by: Andrew Duffy <[email protected]>
1 parent 2f264c1 commit 0450222

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ jobs:
230230
with:
231231
sccache: s3
232232
- uses: actions/checkout@v6
233-
- uses: taiki-e/install-action@cargo-minimal-versions
234233
- run: cargo minimal-versions check --direct --workspace --ignore-private
235234

236235
rust-lint:
@@ -343,12 +342,6 @@ jobs:
343342
with:
344343
sccache: s3
345344
- uses: actions/checkout@v6
346-
- name: Install grcov
347-
uses: taiki-e/install-action@grcov
348-
- name: Install nextest
349-
uses: taiki-e/install-action@v2
350-
with:
351-
tool: nextest
352345
- name: Rust Tests
353346
if: ${{ matrix.suite == 'tests' }}
354347
run: |
@@ -363,8 +356,6 @@ jobs:
363356
run: |
364357
cargo build -p vortex-ffi
365358
cargo run -p vortex-ffi --example hello_vortex
366-
- name: Install llvm-tools-preview
367-
run: rustup component add llvm-tools-preview
368359
- name: Generate coverage report
369360
run: |
370361
grcov . --binary-path target/debug/ -s . -t lcov --llvm --ignore-not-existing \

0 commit comments

Comments
 (0)