Skip to content

Commit a129457

Browse files
committed
ci: remove commit step from build-cache, artifacts only
1 parent 524a8df commit a129457

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

.github/workflows/build-cache.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)