We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0aa5b8 commit b29533bCopy full SHA for b29533b
.github/workflows/build.yml
@@ -51,11 +51,6 @@ jobs:
51
submodules: "true"
52
fetch-depth: 0
53
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') }}
59
- name: Build wheels
60
run: "git config --global --add safe.directory '*' && ./scripts/build_aarch64.sh"
61
- name: Upload wheels
0 commit comments