Skip to content

Commit cd4cd9e

Browse files
committed
Disable mingw-clang due broken winnt.h header.
1 parent 8d58fdb commit cd4cd9e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
runs-on: windows-2022
2424
steps:
2525
- name: Checkout bgfx
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
path: bgfx
2929
- name: Checkout bx
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
repository: bkaradzic/bx
3333
path: bx
3434
- name: Checkout bimg
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
repository: bkaradzic/bimg
3838
path: bimg
@@ -58,22 +58,22 @@ jobs:
5858
matrix:
5959
include: [
6060
{ msystem: MINGW64, project: 'mingw-gcc', bindir: 'win64_mingw-gcc' },
61-
{ msystem: CLANG64, project: 'mingw-clang', bindir: 'win64_mingw-clang' },
61+
# { msystem: CLANG64, project: 'mingw-clang', bindir: 'win64_mingw-clang' },
6262
]
6363
name: mingw-${{ matrix.msystem }}
6464
runs-on: windows-2022
6565
steps:
6666
- name: Checkout bgfx
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868
with:
6969
path: bgfx
7070
- name: Checkout bx
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
with:
7373
repository: bkaradzic/bx
7474
path: bx
7575
- name: Checkout bimg
76-
uses: actions/checkout@v3
76+
uses: actions/checkout@v4
7777
with:
7878
repository: bkaradzic/bimg
7979
path: bimg
@@ -109,16 +109,16 @@ jobs:
109109
runs-on: ubuntu-24.04
110110
steps:
111111
- name: Checkout bgfx
112-
uses: actions/checkout@v3
112+
uses: actions/checkout@v4
113113
with:
114114
path: bgfx
115115
- name: Checkout bx
116-
uses: actions/checkout@v3
116+
uses: actions/checkout@v4
117117
with:
118118
repository: bkaradzic/bx
119119
path: bx
120120
- name: Checkout bimg
121-
uses: actions/checkout@v3
121+
uses: actions/checkout@v4
122122
with:
123123
repository: bkaradzic/bimg
124124
path: bimg
@@ -146,16 +146,16 @@ jobs:
146146
runs-on: macos-14
147147
steps:
148148
- name: Checkout bgfx
149-
uses: actions/checkout@v3
149+
uses: actions/checkout@v4
150150
with:
151151
path: bgfx
152152
- name: Checkout bx
153-
uses: actions/checkout@v3
153+
uses: actions/checkout@v4
154154
with:
155155
repository: bkaradzic/bx
156156
path: bx
157157
- name: Checkout bimg
158-
uses: actions/checkout@v3
158+
uses: actions/checkout@v4
159159
with:
160160
repository: bkaradzic/bimg
161161
path: bimg
@@ -186,16 +186,16 @@ jobs:
186186
ndk-version: r25b
187187
add-to-path: false
188188
- name: Checkout bgfx
189-
uses: actions/checkout@v3
189+
uses: actions/checkout@v4
190190
with:
191191
path: bgfx
192192
- name: Checkout bx
193-
uses: actions/checkout@v3
193+
uses: actions/checkout@v4
194194
with:
195195
repository: bkaradzic/bx
196196
path: bx
197197
- name: Checkout bimg
198-
uses: actions/checkout@v3
198+
uses: actions/checkout@v4
199199
with:
200200
repository: bkaradzic/bimg
201201
path: bimg

0 commit comments

Comments
 (0)