GHA: MzScheme go back to c++98 testing

MzScheme headers have a problem when using -Werror that the test-suite uses:

/usr/include/racket/sconfig.h:126:43: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
  126 | #  define SCHEME_PLATFORM_LIBRARY_SUBPATH "x86_64-"SPLS_LINUX
This commit is contained in:
William S Fulton 2022-03-29 09:01:18 +01:00
commit 4c07441549

View file

@ -294,8 +294,6 @@ jobs:
GCC: 11
# Experimental languages (these are allowed to fail)
- SWIGLANG: mzscheme
CPPSTD: c++17
GCC: 11
continue-on-error: true
- SWIGLANG: ocaml
CPPSTD: c++17