From 367c745d4c863c79a0df0894db1231deee5de801 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Mon, 6 Apr 2026 11:11:44 -0700 Subject: [PATCH] Faster Windows CI --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57e9eace80..278692cf85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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