Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
XrXr committed Nov 9, 2024
1 parent c5a45e8 commit 8ef2e09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,11 @@ jobs:
run: |
[collections.arraylist]$path = $env:path -split ';'
echo $path
$path.remove('C:\Program Files\Git\mingw64\bin')
$path.remove('C:\Program Files\Git\usr\bin')
$path.remove('C:\mingw64\bin')
$env:Path = $path -join ';'
echo $env:Path
Remove-Item -Path /usr/bin/sed -Force
vcpkg install
working-directory: src
env:
Expand Down

0 comments on commit 8ef2e09

Please sign in to comment.