From db25ac1595eeb0444f5b899d2deaf4ff46ed6c35 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Tue, 17 Jan 2023 23:28:50 +0000 Subject: [PATCH] Add ARM build --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8252a36..78b5eb2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,6 +185,9 @@ jobs: # checkName: Build # ref: ${{ github.event.pull_request.head.sha || github.sha }} + - name: Dependencies + run: brew install create-dmg + - name: Download artifacts # if: steps.wait-for-build.outputs.conclusion == 'success' run: |