Skip to content

Commit

Permalink
Invoke Bash to interpolate variables
Browse files Browse the repository at this point in the history
  • Loading branch information
i-ky authored Feb 3, 2024
1 parent 850019e commit d7b9a55
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 @@ -25,7 +25,7 @@ jobs:
TAG=v0.3.1
OS="$(uname -s | tr '[:upper:]' '[:lower:]')"
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG"
curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o /usr/local/bin/scip-clang &&
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
Expand Down

0 comments on commit d7b9a55

Please sign in to comment.