Skip to content

Commit

Permalink
Test fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganCaron committed Feb 29, 2024
1 parent 4e4e05d commit 7a5d1ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ runs:
search_artifacts: true
allow_forks: false

- name: Set LLVM Clang Path
- name: LLVM Clang Path
shell: bash
run: |
echo "::add-path::${GITHUB_WORKSPACE}/llvm/install/bin"
echo "::add-path::${GITHUB_WORKSPACE}/llvm/install/lib/x86_64-unknown-linux-gnu"
echo "${GITHUB_WORKSPACE}/llvm/install/bin" >> $GITHUB_PATH
echo "${GITHUB_WORKSPACE}/llvm/install/lib/x86_64-unknown-linux-gnu" >> $GITHUB_PATH
- name: Verify LLVM Clang Installation
shell: bash
Expand Down

0 comments on commit 7a5d1ba

Please sign in to comment.