We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553e03c commit fa4f37aCopy full SHA for fa4f37a
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup CC
25
run: |
26
bash_path=$(which bash)
27
- cat <<<EOF > ./sccache-cc-wrapper
+ cat <<EOF > ./sccache-cc-wrapper
28
#!$bash_path
29
exec sccache clang "$@"
30
EOF
0 commit comments