Skip to content

Commit fa4f37a

Browse files
committed
try again
1 parent 553e03c commit fa4f37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup CC
2525
run: |
2626
bash_path=$(which bash)
27-
cat <<<EOF > ./sccache-cc-wrapper
27+
cat <<EOF > ./sccache-cc-wrapper
2828
#!$bash_path
2929
exec sccache clang "$@"
3030
EOF

0 commit comments

Comments
 (0)