Skip to content

Commit e947298

Browse files
committed
Update build.yaml
1 parent 243ae8c commit e947298

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)