Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Apr 18, 2024
1 parent c6496da commit 877a09b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@ jobs:
if: matrix.sys.compiler == 'default'
shell: pwsh
run: |
$env:Path = "C:/ProgramData/mingw64/mingw64/x86_64-w64-mingw32/lib;" + $env:Path
- name: Print PATH
if: matrix.sys.compiler == 'default'
shell: pwsh
run: |
echo $env:Path
$newPath = "$env:PATH"
[System.Environment]::SetEnvironmentVariable("PATH", "C:/ProgramData/mingw64/mingw64/x86_64-w64-mingw32/lib" + $env:Path" + ";" + $newPath, "Process")
echo "Updated PATH: $env:PATH"
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 877a09b

Please sign in to comment.