Skip to content

Commit 95000fe

Browse files
committed
ci: fix cache key
1 parent d01ee84 commit 95000fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/cache@v2
3030
with:
3131
path: ${{ env.CCACHE_DIR }}
32-
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
32+
key: ccache-${{ matrix.os }}
3333

3434
- name: Install cmake and update conda
3535
shell: bash -l {0}

0 commit comments

Comments
 (0)