Skip to content

Commit

Permalink
fix path add
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Aug 8, 2024
1 parent 02c1b8c commit d3e883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: choco uninstall -y llvm

- name: Add VS clang to path
run: $env:Path += ";C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin"
run: echo "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Clang version
run: clang --version
Expand Down

0 comments on commit d3e883e

Please sign in to comment.