From 2643433f531102b88ef16d1ad0b7c6d2eea0b00c Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 30 Jan 2022 09:57:50 -0800 Subject: [PATCH] ci: fix syntax error --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10630eb19..2b7157983 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -330,8 +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 / - # TEMPORARY: Crashpad isn't compiling on ARM64 yet for some reason - if: ${{ matrix.os-arch == "x86_64" }} + if: ${{ matrix.os-arch }} == "x86_64" # TEMPORARY: Crashpad isn't compiling on ARM64 yet for some reason - name: Generate Patreon List env: