MzScheme 'passes' with c++11 testing now

Test c++17 on Github Actions to try keep it passing when
configure detects g++ can test c++17.
This commit is contained in:
William S Fulton 2022-03-27 15:06:47 +01:00
commit 282fdb1715
3 changed files with 7 additions and 0 deletions

View file

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