Merge pull request #4093 from cold-brewed/gha-disable-win32

Disable GHA win32 and makefile jobs
This commit is contained in:
Miran Grča
2024-01-28 19:20:21 +01:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ on:
jobs:
msys2:
# Negative condition disables the job
if: false
name: "Win32 GUI, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, ${{ matrix.environment.msystem }}"
runs-on: windows-2022

View File

@@ -57,9 +57,6 @@ jobs:
new: on
slug: -NDR
ui:
- name: Win32 GUI
qt: off
static: on
- name: Qt GUI
qt: on
static: on