Skip to content

Commit df51c29

Browse files
authored
Remove windows CI while broken
1 parent c203abe commit df51c29

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
config:
15-
- displayTargetName: 'Windows Latest MinGW'
16-
artifact: 'virtualjaguar_libretro.so'
17-
os: windows-latest
18-
build_type: 'Release'
19-
cc: 'gcc'
20-
cxx: 'g++'
2115
- displayTargetName: 'Ubuntu Latest GCC'
2216
artifact: 'virtualjaguar_libretro.so'
2317
os: ubuntu-latest
@@ -30,6 +24,12 @@ jobs:
3024
build_type: 'Release'
3125
cc: 'clang'
3226
cxx: 'clang++'
27+
# - displayTargetName: 'Windows Latest MinGW'
28+
# artifact: 'virtualjaguar_libretro.so'
29+
# os: windows-latest
30+
# build_type: 'Release'
31+
# cc: 'gcc'
32+
# cxx: 'g++'
3333

3434
name: build-${{matrix.config.os}}
3535
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)