Skip to content

Commit 0d8da78

Browse files
committed
Update build.yaml
1 parent 00340fd commit 0d8da78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
6464
shell: pwsh
6565

66-
- name: Debug PATH
67-
run: |
68-
Get-ChildItem -Path "C:\msys64" -Recurse -Directory | Select-String "mingw"
66+
- name: Debug PATH
67+
run: |
68+
Get-ChildItem -Path "C:\msys64" -Recurse -Directory | Select-String "mingw"
6969
7070
- name: Build for ${{ matrix.target }}
7171
shell: msys2 {0}

0 commit comments

Comments
 (0)