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