From ec31f43d85d5806203ae2ef7cb80e93731597ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 8 Sep 2024 09:25:02 +0200 Subject: [PATCH] ci: fix macOS CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 251aa8fe3..aff8b551a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: - name: Install dependencies run: | brew update - brew install asciidoctor lua ruby + brew install asciidoctor guile lua ruby - name: Build env: