Skip to content

Commit 272ee36

Browse files
committed
Update build.yml
1 parent ae25d5f commit 272ee36

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
@@ -100,13 +100,6 @@ jobs:
100100
username: ${{ github.actor }}
101101
password: ${{ secrets.GITHUB_TOKEN }}
102102

103-
- name: Restore cache
104-
if: github.event_name != 'workflow_dispatch' || fromJSON(github.event.inputs.useCache)
105-
uses: actions/cache/restore@v4
106-
with:
107-
path: .buildx-cache-${{ matrix.policy }}_${{ matrix.platform }}/*
108-
key: buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}
109-
110103
- name: Build
111104
run: ./build.sh
112105

0 commit comments

Comments
 (0)