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 d01ee84 commit 95000feCopy full SHA for 95000fe
.github/workflows/macos-linux-conda.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/cache@v2
30
with:
31
path: ${{ env.CCACHE_DIR }}
32
- key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
+ key: ccache-${{ matrix.os }}
33
34
- name: Install cmake and update conda
35
shell: bash -l {0}
0 commit comments