Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
张传菲 committed Mar 14, 2024
1 parent 82b7a8d commit 59a8bf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@ jobs:
- name: Building Windows Package
shell: powershell
run: |-
Get-ChildItem -Path "C:\Program Files\" -Recurse
Get-ChildItem -Path "C:\Program Files (x86)" -Recurse
echo "-----------------Register environment variables------------------------"
$clangPath = "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\bin"
ls $clangPath
ls 'C:\Program Files\'
$msvcPath = "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx64\x64"
ls $msvcPath
$env:Path += ";$clangPath;$msvcPath"
Expand Down

0 comments on commit 59a8bf5

Please sign in to comment.