Disable mingw-clang due broken winnt.h header.
This commit is contained in:
parent
8d58fdbc3e
commit
cd4cd9ed2b
32
.github/workflows/main.yml
vendored
32
.github/workflows/main.yml
vendored
@ -23,16 +23,16 @@ jobs:
|
|||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bgfx
|
- name: Checkout bgfx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: bgfx
|
path: bgfx
|
||||||
- name: Checkout bx
|
- name: Checkout bx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bx
|
repository: bkaradzic/bx
|
||||||
path: bx
|
path: bx
|
||||||
- name: Checkout bimg
|
- name: Checkout bimg
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bimg
|
repository: bkaradzic/bimg
|
||||||
path: bimg
|
path: bimg
|
||||||
@ -58,22 +58,22 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include: [
|
include: [
|
||||||
{ msystem: MINGW64, project: 'mingw-gcc', bindir: 'win64_mingw-gcc' },
|
{ msystem: MINGW64, project: 'mingw-gcc', bindir: 'win64_mingw-gcc' },
|
||||||
{ msystem: CLANG64, project: 'mingw-clang', bindir: 'win64_mingw-clang' },
|
# { msystem: CLANG64, project: 'mingw-clang', bindir: 'win64_mingw-clang' },
|
||||||
]
|
]
|
||||||
name: mingw-${{ matrix.msystem }}
|
name: mingw-${{ matrix.msystem }}
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bgfx
|
- name: Checkout bgfx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: bgfx
|
path: bgfx
|
||||||
- name: Checkout bx
|
- name: Checkout bx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bx
|
repository: bkaradzic/bx
|
||||||
path: bx
|
path: bx
|
||||||
- name: Checkout bimg
|
- name: Checkout bimg
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bimg
|
repository: bkaradzic/bimg
|
||||||
path: bimg
|
path: bimg
|
||||||
@ -109,16 +109,16 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bgfx
|
- name: Checkout bgfx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: bgfx
|
path: bgfx
|
||||||
- name: Checkout bx
|
- name: Checkout bx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bx
|
repository: bkaradzic/bx
|
||||||
path: bx
|
path: bx
|
||||||
- name: Checkout bimg
|
- name: Checkout bimg
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bimg
|
repository: bkaradzic/bimg
|
||||||
path: bimg
|
path: bimg
|
||||||
@ -146,16 +146,16 @@ jobs:
|
|||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bgfx
|
- name: Checkout bgfx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: bgfx
|
path: bgfx
|
||||||
- name: Checkout bx
|
- name: Checkout bx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bx
|
repository: bkaradzic/bx
|
||||||
path: bx
|
path: bx
|
||||||
- name: Checkout bimg
|
- name: Checkout bimg
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bimg
|
repository: bkaradzic/bimg
|
||||||
path: bimg
|
path: bimg
|
||||||
@ -186,16 +186,16 @@ jobs:
|
|||||||
ndk-version: r25b
|
ndk-version: r25b
|
||||||
add-to-path: false
|
add-to-path: false
|
||||||
- name: Checkout bgfx
|
- name: Checkout bgfx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: bgfx
|
path: bgfx
|
||||||
- name: Checkout bx
|
- name: Checkout bx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bx
|
repository: bkaradzic/bx
|
||||||
path: bx
|
path: bx
|
||||||
- name: Checkout bimg
|
- name: Checkout bimg
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bkaradzic/bimg
|
repository: bkaradzic/bimg
|
||||||
path: bimg
|
path: bimg
|
||||||
|
Loading…
Reference in New Issue
Block a user