ci: fix syntax error
This commit is contained in:
@@ -330,8 +330,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
$DOWNLOAD_TOOL https://github.com/olive-editor/crashpad/releases/download/continuous/crashpad-mac-${{ matrix.os-arch }}.tar.gz
|
$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 /
|
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" # TEMPORARY: Crashpad isn't compiling on ARM64 yet for some reason
|
||||||
if: ${{ matrix.os-arch == "x86_64" }}
|
|
||||||
|
|
||||||
- name: Generate Patreon List
|
- name: Generate Patreon List
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user