[PR #211] [CLOSED] Fix electron builds in CI #3057

Closed
opened 2026-02-28 20:35:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/211
Author: @TomAFrench
Created: 8/25/2022
Status: Closed

Base: masterHead: fix-electron-builds


📝 Commits (7)

  • d7c8c29 temp: run electron builds on PRs
  • 233c3dd build: bump electron-builder version
  • 22a6b04 build: let electron-builder handle rebuilding dependencies
  • f4a7d5d build: bump electron-builder again
  • 7e43d15 Merge branch 'master' into fix-electron-builds
  • 470f5df Merge branch 'master' into fix-electron-builds
  • bac1f65 Merge branch 'master' into fix-electron-builds

📊 Changes

3 files changed (+726 additions, -2195 deletions)

View changed files

📝 .github/workflows/build.yml (+1 -1)
📝 packages/desktop-electron/package.json (+4 -4)
📝 yarn.lock (+721 -2190)

📄 Description

Builds of the desktop app are currently failing in CI but work locally. It seems like this has something to do with migrating to yarnv3


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/211 **Author:** [@TomAFrench](https://github.com/TomAFrench) **Created:** 8/25/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-electron-builds` --- ### 📝 Commits (7) - [`d7c8c29`](https://github.com/actualbudget/actual/commit/d7c8c291977af6a66c6622c179315f89ed7dd0a9) temp: run electron builds on PRs - [`233c3dd`](https://github.com/actualbudget/actual/commit/233c3dd3c6c74e05f3412b8661278f292949bb6c) build: bump electron-builder version - [`22a6b04`](https://github.com/actualbudget/actual/commit/22a6b049cdca93ca6412ab1158f149c0dd937f62) build: let electron-builder handle rebuilding dependencies - [`f4a7d5d`](https://github.com/actualbudget/actual/commit/f4a7d5ddf0f9f4f85f3c6353579fb564f9ed7cf3) build: bump electron-builder again - [`7e43d15`](https://github.com/actualbudget/actual/commit/7e43d159196cae1281bde0fa45e64e9882b55d4a) Merge branch 'master' into fix-electron-builds - [`470f5df`](https://github.com/actualbudget/actual/commit/470f5df1cb5d1d2b4f15691636df8e3586df8dad) Merge branch 'master' into fix-electron-builds - [`bac1f65`](https://github.com/actualbudget/actual/commit/bac1f6502538715393660138740308a1fa5fea9a) Merge branch 'master' into fix-electron-builds ### 📊 Changes **3 files changed** (+726 additions, -2195 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+1 -1) 📝 `packages/desktop-electron/package.json` (+4 -4) 📝 `yarn.lock` (+721 -2190) </details> ### 📄 Description Builds of the desktop app are currently failing in CI but work locally. It seems like this has something to do with migrating to [yarnv3](https://github.com/electron-userland/electron-builder/issues/5134#issuecomment-1223938283) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:35:42 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3057