Skip to content

Commit 39f0a6b

Browse files
committed
fix path
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 1d77dcc commit 39f0a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
env:
168168
CC: clang
169169
CXX: clang++
170-
PATH: "/opt/homebrew/opt/llvm/bin/:$PATH"
170+
PATH: "/opt/homebrew/opt/llvm/bin:$PATH"
171171
steps:
172172
- uses: actions/checkout@v4
173173
- run: cmake --version

0 commit comments

Comments
 (0)