Skip to content

Commit b29533b

Browse files
committed
fix ci cache
1 parent e0aa5b8 commit b29533b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ jobs:
5151
submodules: "true"
5252
fetch-depth: 0
5353
fetch-tags: true
54-
- name: Set up cmake cache
55-
uses: actions/cache@v3
56-
with:
57-
path: docker_sapien_build/_sapien_deps
58-
key: ${{ runner.os }}.${{ hashFiles('**/*.cmake', '**/CMakeLists.txt') }}
5954
- name: Build wheels
6055
run: "git config --global --add safe.directory '*' && ./scripts/build_aarch64.sh"
6156
- name: Upload wheels

0 commit comments

Comments
 (0)