From 4feef98ba406dd45f274356c9adc8db1d93897f7 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Wed, 18 Jan 2023 20:11:20 +0000 Subject: [PATCH] Add ARM build --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d246ed4..6458a583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,9 @@ jobs: virtualenvs-in-project: true - name: Dependencies - run: brew install create-dmg + run: | + brew install create-dmg + poetry install - name: Configure certificates run: |