Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 12, 2021
1 parent f7a5be2 commit f6d37a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6d37a3

Please sign in to comment.