Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jun 25, 2021
1 parent ab8d610 commit a1172cf
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 @@ -38,7 +38,7 @@ jobs:
run: |
rm -rf app/node_modules/cpu-features
rm -rf app/node_modules/ssh2/crypto/build
if: ${{ arch == 'arm64' }}
if: ${{ matrix.arch == 'arm64' }}

- name: Webpack
run: yarn run build
Expand Down

0 comments on commit a1172cf

Please sign in to comment.