Skip to content

ci: use free GH arm runners #47872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug node some more
  • Loading branch information
jkleinsc committed Aug 8, 2025
commit b78c5a6123d286b8454e6fd29991498e1111f130
2 changes: 2 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ runs:
- name: Install Dependencies
shell: bash
run: |
which node
node --version
cd src/electron
node script/yarn install --frozen-lockfile --prefer-offline