Skip to content

Commit e1ff44a

Browse files
committed
this could work
1 parent 084f8bc commit e1ff44a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/selfdrive_tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,7 @@ jobs:
531531
- name: Get original car info
532532
run: |
533533
${{ env.RUN }} "scons -j$(nproc) && python selfdrive/debug/dump_car_info.py"
534-
sudo chown -R $USER:$USER /home/runner/work/openpilot/openpilot
535-
sudo chown -R $USER:$USER /home/github/actions-runner/_work/openpilot
534+
${{ env.RUN }} "rm -rf /tmp/openpilot"
536535
- uses: actions/checkout@v3
537536
with:
538537
submodules: true

0 commit comments

Comments
 (0)