mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 04:35:30 +08:00
Split Github actions caches by architecture
This commit is contained in:
parent
1a8284df5e
commit
be22f19fa4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-macos.yaml
vendored
2
.github/workflows/build-macos.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
path: |
|
||||
./node_modules
|
||||
./app/node_modules
|
||||
key: ${{ matrix.os }}-deps-${{ hashFiles('yarn.lock') }}-${{ hashFiles('app/package-lock.json') }}
|
||||
key: ${{ matrix.os }}-${{ runner.arch }}-deps-${{ hashFiles('yarn.lock') }}-${{ hashFiles('app/package-lock.json') }}
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
|
Loading…
Add table
Reference in a new issue