Skip to content

Commit

Permalink
Fix binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
i-ky authored Feb 3, 2024
1 parent d7b9a55 commit 4dabd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sourcegraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o /usr/local/bin/scip-clang' &&
chmod +x /usr/local/bin/scip-clang
- name: Generate index
run: ./scip-clang --compdb-path=./compile_commands.json
run: scip-clang --compdb-path=./compile_commands.json
- name: Download Sourcegraph CLI
run: >-
curl -L https://sourcegraph.example.com/.api/src-cli/src_linux_amd64 -o /usr/local/bin/src &&
Expand Down

0 comments on commit 4dabd6c

Please sign in to comment.