File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -57,18 +57,17 @@ jobs:
5757 update : true
5858 install : mingw-w64-i686-gcc mingw-w64-x86_64-gcc
5959
60+ - name : Debug PATH
61+ run : |
62+ Get-ChildItem -Path "C:\msys64" -Recurse -Directory | Select-String "mingw"
63+
6064 - name : Add MinGW to PATH
6165 run : |
6266 echo "C:\msys64\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
6367 echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
6468 shell : pwsh
6569
66- - name : Debug PATH
67- run : |
68- Get-ChildItem -Path "C:\msys64" -Recurse -Directory | Select-String "mingw"
69-
7070 - name : Build for ${{ matrix.target }}
71- shell : msys2 {0}
7271 run : cargo build --release --target=${{ matrix.target }}
7372
7473 - name : Rename output DLL
You can’t perform that action at this time.
0 commit comments