mirror of
https://github.com/eugeny/tabby
synced 2026-08-21 21:37:02 +00:00
Update macos.yml
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
yarn
|
||||
|
||||
- name: Upgrade Electron for ARM builds
|
||||
if: matrix.arch == 'arm64'
|
||||
if: ${{ matrix.arch == 'arm64' }}
|
||||
run: yarn add -D electron@11.1.1
|
||||
|
||||
- name: Build native deps
|
||||
|
||||
Reference in New Issue
Block a user