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
this should fix it.
  • Loading branch information
jkleinsc committed Aug 8, 2025
commit 8b86d69a8358944a2c019ebaf4216ca9be952f42
4 changes: 2 additions & 2 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ runs:
run: |
which node
node --version
node src/electron/script/yarn cache dir
echo "dir=$(node src/electron/script/yarn cache dir)" >> $GITHUB_OUTPUT
node src/electron/script/yarn cache dir > yarn-cache-dir.txt
echo "dir=$(cat yarn-cache-dir.txt)" >> $GITHUB_OUTPUT
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
id: yarn-cache
with:
Expand Down