mirror of
https://github.com/frappe/books.git
synced 2025-03-16 16:12:22 +00:00
chore: remove linux from build test workflow
- reason: rpm installation required - rpm requires macOS Ventura - macOS Ventura is not available as a GA runner
This commit is contained in:
parent
2351110f84
commit
ba7bb0c70a
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -24,11 +24,8 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Install RPM
|
||||
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install rpm
|
||||
|
||||
- name: Run build
|
||||
env:
|
||||
CSC_IDENTITY_AUTO_DISCOVERY: false
|
||||
APPLE_NOTARIZE: 0
|
||||
run: yarn electron:build -mwl --publish never
|
||||
run: yarn electron:build -mw --publish never
|
||||
|
Loading…
x
Reference in New Issue
Block a user