Skip to content

Commit 7b86f1e

Browse files
committed
use Github path
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent e61dc34 commit 7b86f1e

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
@@ -173,7 +173,7 @@ jobs:
173173
- name: Install llvm
174174
run: brew install llvm
175175
- name: Set PATH
176-
run: echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile
176+
run: echo "/opt/homebrew/opt/llvm/bin:$PATH" >> "$GITHUB_PATH"
177177
- name: Debug Environment
178178
run: |
179179
echo "PATH: $PATH"

0 commit comments

Comments
 (0)