Faster Windows CI

This commit is contained in:
Fedor Indutny
2026-04-06 11:11:44 -07:00
committed by GitHub
parent e18638325b
commit 367c745d4c
+5 -2
View File
@@ -261,8 +261,6 @@ jobs:
steps:
- run: systeminfo
- run: git config --global core.autocrlf false
- run: git config --global core.eol lf
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
@@ -272,6 +270,11 @@ jobs:
node-version-file: '.nvmrc'
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- name: Cache .electron-gyp
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: ~/.electron-gyp
key: electron-gyp-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
- run: touch noop.js
- name: Install Desktop node_modules