File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,36 +143,4 @@ jobs:
143143 name : cache-macos-x64
144144 path : cache/macos-x64/
145145
146- commit :
147- needs : [linux, windows, macos-arm64, macos-x64]
148- runs-on : ubuntu-latest
149- steps :
150- - uses : actions/checkout@v4
151-
152- - uses : actions/download-artifact@v4
153- with :
154- name : cache-linux-x64
155- path : cache/linux-x64/
156-
157- - uses : actions/download-artifact@v4
158- with :
159- name : cache-windows-x64
160- path : cache/windows-x64/
161146
162- - uses : actions/download-artifact@v4
163- with :
164- name : cache-macos-arm64
165- path : cache/macos-arm64/
166-
167- - uses : actions/download-artifact@v4
168- with :
169- name : cache-macos-x64
170- path : cache/macos-x64/
171-
172- - name : Commit cache files
173- run : |
174- git config user.name "github-actions[bot]"
175- git config user.email "github-actions[bot]@users.noreply.github.com"
176- git add -f cache/
177- git diff --staged --quiet || git commit -m "ci: update precompiled cache (Processing.o + PCH) for all platforms"
178- git push
You can’t perform that action at this time.
0 commit comments