Skip to content

Commit

Permalink
Update pip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Dec 15, 2023
1 parent 1f1e815 commit 9cf05c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
max-size: 5G
run: which ccache && ccache -s

# cibuildwheel is confused by the presence of the .so
# prebuilts for Hexagon and considers them an error.
# Just pre-emptively remove them to avoid this.
- name: Remove Hexagon prebuilts
run: rm -rf src/runtime/hexagon_remote/bin/
run: rm -rf src/runtime/hexagon_remote/bin/ && which ccache && ccache -s

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 9cf05c6

Please sign in to comment.