File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
uses : actions/cache/restore@v3
64
64
with :
65
65
path : .buildx-cache-${{ matrix.policy }}_${{ matrix.platform }}/*
66
- key : buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}-${{ hashFiles('docker/**') }}
67
- restore-keys : buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}-
66
+ key : buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}
67
+ restore-keys : buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}
68
68
69
69
- name : Build
70
70
run : ./build.sh
74
74
uses : actions/cache/save@v3
75
75
with :
76
76
path : .buildx-cache-${{ matrix.policy }}_${{ matrix.platform }}/*
77
- key : buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}-${{ hashFiles('docker/**') }}
77
+ key : buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}
78
78
79
79
- name : Deploy
80
80
if : github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'pypa/manylinux'
You can’t perform that action at this time.
0 commit comments