Skip to content

Commit fbe4dc1

Browse files
committed
remove cache
Signed-off-by: wep21 <[email protected]>
1 parent 3944777 commit fbe4dc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testpr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ jobs:
104104
run: |
105105
rm -rf ${{ matrix.folder_cache }}/*
106106
107+
- name: remove cache
108+
shell: bash -l {0}
109+
run: |
110+
rm -rf ${{ matrix.folder_cache }}/ros-kilted-autoware-internal-*
111+
rm -rf ${{ matrix.folder_cache }}/ros-kilted-autoware-*-msgs
112+
107113
- name: See packages restored by cache
108114
shell: bash -l {0}
109115
run: |

0 commit comments

Comments
 (0)