diff --git a/.github/workflows/ci_bionic.yml b/.github/workflows/ci_bionic.yml index 6c2dafd..e7b33da 100644 --- a/.github/workflows/ci_bionic.yml +++ b/.github/workflows/ci_bionic.yml @@ -37,10 +37,10 @@ jobs: - name: ccache cache files uses: actions/cache@v2 with: - path: ${{ env.CI_NAME }}/.ccache - key: ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} + path: ${{ env.OS_CODE_NAME }}/.ccache + key: ${{ env.OS_CODE_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} restore-keys: | - ${{ env.CI_NAME }}-ccache- + ${{ env.OS_CODE_NAME }}-ccache- - uses: 'ros-industrial/industrial_ci@master' env: ${{matrix.env}} diff --git a/.github/workflows/ci_focal.yml b/.github/workflows/ci_focal.yml index fba0753..0aff6fa 100644 --- a/.github/workflows/ci_focal.yml +++ b/.github/workflows/ci_focal.yml @@ -37,10 +37,10 @@ jobs: - name: ccache cache files uses: actions/cache@v2 with: - path: ${{ env.CI_NAME }}/.ccache - key: ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} + path: ${{ env.OS_CODE_NAME }}/.ccache + key: ${{ env.OS_CODE_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} restore-keys: | - ${{ env.CI_NAME }}-ccache- + ${{ env.OS_CODE_NAME }}-ccache- - uses: 'ros-industrial/industrial_ci@master' env: ${{matrix.env}}