mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
fix cache permissions (#31084)
* fix cache permissions * chown old-commit-hash: 18467c8383dbfbd08cfc3bd6534dce068991c9aa
This commit is contained in:
@@ -43,4 +43,7 @@ runs:
|
||||
# make the directory manually in case we didn't get a hit, so it doesn't fail on future steps
|
||||
- id: scons-cache-setup
|
||||
shell: bash
|
||||
run: mkdir -p ${{ inputs.path }}
|
||||
run: |
|
||||
mkdir -p ${{ inputs.path }}
|
||||
sudo chmod -R 777 ${{ inputs.path }}
|
||||
sudo chown -R $USER ${{ inputs.path }}
|
||||
Reference in New Issue
Block a user