We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f17ce4 commit de01215Copy full SHA for de01215
.github/workflows/build.yml
@@ -21,13 +21,13 @@ jobs:
21
RefreshEnv
22
C:\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -Syu"
23
24
- - name: Install MinGW-w64 32-bit and 64-bit
+ - name: Install MinGW-w64 32-bit
25
run: |
26
- C:\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -S mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain"
+ C:\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -S mingw-w64-i686-toolchain"
27
28
- name: Set MinGW-w64 environment variables
29
30
- "C:\msys64\mingw64\bin;C:\msys64\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
+ ";C:\msys64\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
31
32
- name: Setup Go
33
uses: actions/setup-go@v2
0 commit comments