Skip to content

Commit 4b070c7

Browse files
committed
gcc-mingw-w64-i686-win32 to gcc-mingw-w64-i686
1 parent d886285 commit 4b070c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up build environment
1717
run: |
1818
sudo apt-get update
19-
sudo apt-get install -y gcc-mingw-w64-i686-win32
19+
sudo apt-get install -y gcc-mingw-w64-i686
2020
2121
- name: Compile project
2222
run: make

0 commit comments

Comments
 (0)