Skip to content

Commit e61dc34

Browse files
committed
debug path
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent bf9dd9e commit e61dc34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ jobs:
174174
run: brew install llvm
175175
- name: Set PATH
176176
run: echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile
177+
- name: Debug Environment
178+
run: |
179+
echo "PATH: $PATH"
180+
echo "SHELL: $SHELL"
181+
shell: bash
177182
- run: >
178183
cmake -S . -B ./build
179184
-DCMAKE_BUILD_TYPE:STRING=Release

0 commit comments

Comments
 (0)