From a3027299996f1bd4e2f1067225ce1f749257dc3a Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 20 Sep 2020 03:49:14 +1000 Subject: [PATCH] ci: attempt escape cmake generator --- .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 770d3c311..5725b5c4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: os: macos-latest dep-suffix: mac.zip extract-tool: sudo unzip -d /usr/local -o - cmake-gen: "Unix Makefiles" + cmake-gen: \"Unix Makefiles\" name: | ${{ matrix.os-name }} <${{ matrix.compiler-name }},