Skip to content

Commit 74d1710

Browse files
committed
use a step to set path
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 39f0a6b commit 74d1710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,13 @@ jobs:
167167
env:
168168
CC: clang
169169
CXX: clang++
170-
PATH: "/opt/homebrew/opt/llvm/bin:$PATH"
171170
steps:
172171
- uses: actions/checkout@v4
173172
- run: cmake --version
174173
- name: Install llvm
175174
run: brew install llvm
175+
- name: Set PATH
176+
run: echo "export PATH=/opt/homebrew/opt/llvm/bin:\$PATH" >> $GITHUB_ENV
176177
- run: >
177178
cmake -S . -B ./build
178179
-DCMAKE_BUILD_TYPE:STRING=Release

0 commit comments

Comments
 (0)