2
0
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:
18alantom 2023-01-27 13:24:54 +05:30
parent 2351110f84
commit ba7bb0c70a

View File

@ -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