From 52bd63b31d3ecb5d0d8031d1027090bb417f9af9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Oct 2021 22:17:06 +0200 Subject: [PATCH] Test C backend in GitHub CI workflow --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c5a967f5..0809cb2ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: - SWIGLANG: "" compiler: clang desc: clang + - SWIGLANG: c - SWIGLANG: csharp # D support can't be enabled because dmd 2.066 fails to build anything # under Ubuntu 18.04 due to its standard library (libphobos2.a) not