Skip to content

Commit dad6ec4

Browse files
committed
Don't Update GCC
1 parent e6a048b commit dad6ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
arch: 'win64_mingw'
5959
cache: true
6060

61-
- name: Install GCC 15.2.0
61+
- name: Install GCC 11.2.0
6262
uses: egor-tensin/setup-mingw@v3
6363
with:
64-
version: 15.2.0
64+
version: 11.2.0
6565

6666
- name: Set Debug Flags
6767
if: inputs.build_type == 'Debug'

0 commit comments

Comments
 (0)