From 5f36718d34cf8c3b4c505df8e280967207adaf2d Mon Sep 17 00:00:00 2001 From: doodspav Date: Wed, 29 Nov 2023 02:37:06 +0200 Subject: [PATCH] GHI #20 Disable clang for m68k for now --- .github/workflows/test-warning.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-warning.yml b/.github/workflows/test-warning.yml index 990d40edf..b1998ca92 100644 --- a/.github/workflows/test-warning.yml +++ b/.github/workflows/test-warning.yml @@ -133,6 +133,9 @@ jobs: compiler: clang - architecture: hppa compiler: clang + # m68k is supported by clang but causes an ICE + - architecture: m68k + compiler: clang # convert verbose labels to usable values (which don't appear in action name) # also just other variables that we don't want appearing in action name include: