diff --git a/.github/workflows/scip-examples.yaml b/.github/workflows/scip-examples.yaml index b1d7961c..4fb41968 100644 --- a/.github/workflows/scip-examples.yaml +++ b/.github/workflows/scip-examples.yaml @@ -42,9 +42,6 @@ jobs: # We pass gem-metadata as an easy alternative to directly # linking to brew/Library/Homebrew/Gemfile.lock. scip_args: "--gem-metadata homebrew@latest ." - - repository: BurntSushi/ripgrep - scip_binary: scip-rust - scip_args: "" - repository: fmtlib/fmt scip_binary: scip-clang scip_args: "" @@ -91,12 +88,6 @@ jobs: run: | apk add --no-cache curl - - name: Setup Rust toolchain - if: ${{ matrix.target.scip_binary == 'scip-rust' }} - uses: actions-rust-lang/setup-rust-toolchain@v1 - with: - components: rust-analyzer - - name: Run SCIP run: | ${{ matrix.target.scip_binary }} --version