File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 2424
2525 runs-on : ubuntu-22.04
2626 steps :
27+ - name : zig cache
28+ uses : actions/cache@v4
29+ with :
30+ key : ${{ env.V8_REVISION }}-${{ env.OS }}-${{ env.ARCH }}
31+ path : |
32+ ~/.cache/zig
33+
2734 - uses : mlugg/setup-zig@v2
2835 with :
2936 version : ${{ env.ZIG_VERSION }}
5360
5461 runs-on : macos-latest
5562 steps :
63+ - name : zig cache
64+ uses : actions/cache@v4
65+ with :
66+ key : ${{ env.V8_REVISION }}-${{ env.OS }}-${{ env.ARCH }}
67+ path : |
68+ ~/.cache/zig
69+
5670 - uses : mlugg/setup-zig@v2
5771 with :
5872 version : ${{ env.ZIG_VERSION }}
8296
8397 runs-on : ubuntu-22.04-arm
8498 steps :
99+ - name : zig cache
100+ uses : actions/cache@v4
101+ with :
102+ key : ${{ env.V8_REVISION }}-${{ env.OS }}-${{ env.ARCH }}
103+ path : |
104+ ~/.cache/zig
105+
85106 - uses : mlugg/setup-zig@v2
86107 with :
87108 version : ${{ env.ZIG_VERSION }}
@@ -116,6 +137,13 @@ jobs:
116137
117138 runs-on : macos-15-large
118139 steps :
140+ - name : zig cache
141+ uses : actions/cache@v4
142+ with :
143+ key : ${{ env.V8_REVISION }}-${{ env.OS }}-${{ env.ARCH }}
144+ path : |
145+ ~/.cache/zig
146+
119147 - uses : mlugg/setup-zig@v2
120148 with :
121149 version : ${{ env.ZIG_VERSION }}
@@ -146,6 +174,13 @@ jobs:
146174
147175 runs-on : macos-latest
148176 steps :
177+ - name : zig cache
178+ uses : actions/cache@v4
179+ with :
180+ key : ${{ env.V8_REVISION }}-${{ env.OS }}-${{ env.ARCH }}
181+ path : |
182+ ~/.cache/zig
183+
149184 - uses : mlugg/setup-zig@v2
150185 with :
151186 version : ${{ env.ZIG_VERSION }}
You can’t perform that action at this time.
0 commit comments