summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-03-28 09:21:46 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-03-28 19:25:17 +0100
commit8be06d0e8c09b17338fef7585886444718c64d2c (patch)
treeefbf6bb0a5c543f8db055ca93843ebf8cb55625e /.github
parente1e4e4df285bfdb2de3de49cf2409783de4ae79a (diff)
downloadswig-8be06d0e8c09b17338fef7585886444718c64d2c.tar.gz
Correct MzScheme and OCaml GHA testing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 65ec30886..48c3d0459 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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