Skip to content

Commit

Permalink
Check for llvm instal directory. /10
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrainge committed Jan 14, 2025
1 parent c5354dd commit 46755d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
dir "C:\Program Files\LLVM\bin"
dir "C:\Program Files\LLVM\lib\cmake\llvm"
dir "C:\Program Files\"
dir "C:\ProgramData\chocolatey\lib\"
dir "C:\ProgramData\chocolatey\lib\llvm\bin"
dir "C:\ProgramData\chocolatey\lib\llvm\lib\cmake\llvm"
# targets and version debug
- name: targets and version debug
Expand Down

0 comments on commit 46755d0

Please sign in to comment.