Skip to content

Commit de01215

Browse files
committed
Set things to 32 bit
1 parent 8f17ce4 commit de01215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
RefreshEnv
2222
C:\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -Syu"
2323
24-
- name: Install MinGW-w64 32-bit and 64-bit
24+
- name: Install MinGW-w64 32-bit
2525
run: |
26-
C:\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -S mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain"
26+
C:\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -S mingw-w64-i686-toolchain"
2727
2828
- name: Set MinGW-w64 environment variables
2929
run: |
30-
"C:\msys64\mingw64\bin;C:\msys64\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
30+
";C:\msys64\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
3131
3232
- name: Setup Go
3333
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)