Skip to content

Commit

Permalink
GHI #20 Disable clang for m68k for now
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Nov 29, 2023
1 parent e709eb1 commit 5f36718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f36718

Please sign in to comment.