Skip to content

Commit f429c7a

Browse files
committed
Remove cache dir cleanup step.
1 parent c612135 commit f429c7a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pkgci_build_packages.yml

-6
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ jobs:
6464
./build_tools/python_deploy/write_requirements.py --version-suffix=${version_suffix}
6565
./shark-ai/build_tools/build_linux_package.sh
6666
67-
- name: Fix cache dir permissions
68-
run: |
69-
# Some things put stuff in cache with weird, root read-only
70-
# permissions. Take them back.
71-
sudo chown -R "$(whoami)" "${{ env.CACHE_DIR }}"
72-
7367
# Upload.
7468
- name: Upload python wheels
7569
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3

0 commit comments

Comments
 (0)