Skip to content

Commit ffad1e4

Browse files
committed
Removing mac build cache on CI
1 parent 460f76e commit ffad1e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ jobs:
8989
id: system-info
9090
uses: kenchan0130/actions-system-info@master
9191

92-
- name: Cache Build Dir
93-
id: cache-build-dir
94-
uses: actions/cache@v4
95-
with:
96-
path: out
97-
key: ${{ runner.os }}-${{ steps.system-info.outputs.release }}-out
98-
9992
- name: Configure
10093
run: |
10194
[ -d "out" ] && tools/uncache out

0 commit comments

Comments
 (0)