From d900ed5362db374c3343450f0a69da072d64724d Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Wed, 18 Jan 2023 21:22:07 +0000 Subject: [PATCH] Add ARM build --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a34aaf8..3d15c14b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,6 +179,13 @@ jobs: virtualenvs-create: true virtualenvs-in-project: true + - name: Load cached venv + id: cached-poetry-dependencies + uses: actions/cache@v3 + with: + path: .venv + key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-2 + - uses: FedericoCarboni/setup-ffmpeg@v1 id: setup-ffmpeg with: @@ -252,6 +259,7 @@ jobs: APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_APP_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} + shell: bash - uses: actions/upload-artifact@v3 # if: steps.wait-for-build.outputs.conclusion == 'success'