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 cfed61c commit 46b53a3Copy full SHA for 46b53a3
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-lyrical-rosbag2-transport* 2>/dev/null || true
+ rm -rf ${{ matrix.folder_cache }}/ros-lyrical-rosbag2-transport* 2>/dev/null || true
105
mkdir -p ${{ matrix.folder_cache }}
106
pixi run rattler-index fs ${{ matrix.folder_cache }}/.. --force
107
0 commit comments