Correct MzScheme and OCaml GHA testing
This commit is contained in:
parent
e1e4e4df28
commit
8be06d0e8c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue