From a16bc154ce395b69346150d761cbb8671fd82831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:49:55 -0300 Subject: [PATCH] dont compile build with both coh and mx4sio support --- .github/workflows/compile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 4ea00c6c..459b5a29 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,6 +18,9 @@ jobs: bdmstuff: ["EXFAT=0", "EXFAT=1", "EXFAT=1 MX4SIO=1"] ds34: ["DS34=0", "DS34=1"] coh: ["COH=0", "COH=1 SIO_DEBUG=1"] + exclude: + - bdmstuff: "EXFAT=1 MX4SIO=1" + coh: "COH=1" runs-on: ubuntu-latest container: ps2dev/ps2dev:v1.0 steps: