From 75db2344f22c3b8a3de098477955b3ff85cdf61f Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 30 Jan 2022 10:00:28 -0800 Subject: [PATCH] ci: remove escape sequence on if statement --- .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 2b7157983..7cbca76af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -330,7 +330,7 @@ jobs: run: | $DOWNLOAD_TOOL https://github.com/olive-editor/crashpad/releases/download/continuous/crashpad-mac-${{ matrix.os-arch }}.tar.gz sudo tar xzf crashpad-mac-${{ matrix.os-arch }}.tar.gz -C / - if: ${{ matrix.os-arch }} == "x86_64" # TEMPORARY: Crashpad isn't compiling on ARM64 yet for some reason + if: matrix.os-arch == 'x86_64' # TEMPORARY: Crashpad isn't compiling on ARM64 yet for some reason - name: Generate Patreon List env: