From 282fdb17159cb6153d69ebba2c9b5a105b4c747d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 27 Mar 2022 15:06:47 +0100 Subject: 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. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 731bcffae..65ec30886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- cgit v1.2.1