We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccea14d commit 2cc1342Copy full SHA for 2cc1342
1 file changed
.github/workflows/testpr.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Delete specific outdated cache entries
102
shell: bash -l {0}
103
run: |
104
- rm -rf ${{ matrix.folder_cache }}/ros-rolling-moveit-setup-srdf-plugins* 2>/dev/null || true
+ # rm -rf ${{ matrix.folder_cache }}/ros-rolling-moveit-setup-srdf-plugins* 2>/dev/null || true
105
mkdir -p ${{ matrix.folder_cache }}
106
pixi run rattler-index fs ${{ matrix.folder_cache }}/.. --force
107
0 commit comments