build: migrate to GitHub Actions (#42720)

* build: migrate to GitHub Actions

* build: use old clang-format binary path

* debug (do not merge): intentionally bust Linux cache

* build: unskip cache creation
This commit is contained in:
Keeley Hammond 2024-07-01 03:33:12 -07:00 committed by GitHub
parent 70bb34ed11
commit ba9b3d4421
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 2229 additions and 187 deletions

View file

@ -595,7 +595,7 @@ describe('app module', () => {
});
});
ifdescribe(process.platform !== 'linux' && !process.mas)('app.get/setLoginItemSettings API', function () {
ifdescribe(process.platform !== 'linux' && !process.mas && (process.platform !== 'darwin' || process.arch === 'arm64'))('app.get/setLoginItemSettings API', function () {
const isMac = process.platform === 'darwin';
const isWin = process.platform === 'win32';