mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
⬆️ (yarn) upgrade to v4 and better-sqlite3 to v9.1.1 (#1902)
This commit is contained in:
committed by
GitHub
parent
a3995582c4
commit
08c80b6f58
4
.github/workflows/electron.yml
vendored
4
.github/workflows/electron.yml
vendored
@@ -28,6 +28,10 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- if: ${{ startsWith(matrix.os, 'windows') }}
|
||||
run: pip.exe install setuptools
|
||||
- if: ${{ ! startsWith(matrix.os, 'windows') }}
|
||||
run: python3 -m pip install setuptools
|
||||
- name: Set up environment
|
||||
uses: ./.github/actions/setup
|
||||
- name: Build Electron
|
||||
|
||||
Reference in New Issue
Block a user