Correct MzScheme and OCaml GHA testing

This commit is contained in:
William S Fulton 2022-03-28 09:21:46 +01:00
commit 8be06d0e8c

View file

@ -295,9 +295,11 @@ jobs:
# Experimental languages (these are allowed to fail)
- SWIGLANG: mzscheme
CPPSTD: c++17
GCC: 11
continue-on-error: true
- SWIGLANG: ocaml
CPPSTD: c++17
GCC: 11
continue-on-error: true
os: ubuntu-18.04 # ocaml-4.08 in ubuntu-20.04 not yet working
# Run all of them, as opposed to aborting when one fails