Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/scip-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down