We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1eea32 commit 93d2770Copy full SHA for 93d2770
1 file changed
.github/workflows/release.yml
@@ -42,6 +42,16 @@ jobs:
42
cache: npm
43
cache-dependency-path: package.json
44
45
+ - name: Cache electron-builder toolchains
46
+ uses: actions/cache@v4
47
+ with:
48
+ path: |
49
+ ~/.cache/electron
50
+ ~/.cache/electron-builder
51
+ key: ${{ runner.os }}-ebuilder-${{ matrix.arch }}-${{ hashFiles('package.json', 'electron-builder.yml') }}
52
+ restore-keys: |
53
+ ${{ runner.os }}-ebuilder-${{ matrix.arch }}-
54
+
55
- name: Install APT tooling
56
run: |
57
sudo apt-get update
0 commit comments