Skip to content

Commit

Permalink
set path for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Jun 8, 2024
1 parent 475aed6 commit 914976e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildwinnopch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
run: |
iwr -useb get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
scoop install llvm@18.1.5 --global
#echo "::set-env name=PATH::$env:PATH"
scoop install llvm --global
echo "$env:PATH" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Force
- name: Set CXX and CC
shell: pwsh
Expand Down

0 comments on commit 914976e

Please sign in to comment.