From 101b869df614c2834b8172013bf9493f3cca140b Mon Sep 17 00:00:00 2001 From: Firas al-Khalil Date: Tue, 21 Nov 2023 18:39:08 +0100 Subject: [PATCH] ci: disable cpp Because we're facing trouble regenerating it. --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ee7959c..7a1197e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -10,7 +10,7 @@ jobs: lang: - bash - c - - cpp + # - cpp # FIXME: `lang` needs to handle things differently maybe because it won't generate for this - embedded-template - html - java