mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-18 00:19:57 +01:00
Add ARM build
This commit is contained in:
parent
61c822d412
commit
4feef98ba4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue