ci: fix syntax error

This commit is contained in:
itsmattkc
2022-01-30 09:57:50 -08:00
parent c876bb8507
commit 2643433f53
+1 -2
View File
@@ -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: