We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c203abe commit df51c29Copy full SHA for df51c29
1 file changed
.github/workflows/c-cpp.yml
@@ -12,12 +12,6 @@ jobs:
12
fail-fast: false
13
matrix:
14
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++'
21
- displayTargetName: 'Ubuntu Latest GCC'
22
artifact: 'virtualjaguar_libretro.so'
23
os: ubuntu-latest
@@ -30,6 +24,12 @@ jobs:
30
24
build_type: 'Release'
31
25
cc: 'clang'
32
26
cxx: 'clang++'
27
+# - displayTargetName: 'Windows Latest MinGW'
28
+# artifact: 'virtualjaguar_libretro.so'
29
+# os: windows-latest
+# build_type: 'Release'
+# cc: 'gcc'
+# cxx: 'g++'
33
34
name: build-${{matrix.config.os}}
35
runs-on: ${{ matrix.config.os }}
0 commit comments