Skip to content

Commit

Permalink
yarn --ignore-engines
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal committed Aug 20, 2021
1 parent dc96d7a commit b951716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build
shell: bash
run: |
yarn --skip-integrity-check --network-timeout 100000
yarn --ignore-engines --skip-integrity-check --network-timeout 100000
npx electron-replace-ffmpeg
npx electron-codecs-test
./scripts/check_git_status.sh
Expand Down

0 comments on commit b951716

Please sign in to comment.