Skip to content

Commit

Permalink
CI: Return to custom cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Oct 14, 2024
1 parent 71be42c commit ef5836d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
- uses: rhaschke/cache@main
with:
save-always: true
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}-${{ github.sha }}
restore-keys: |
ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
env:
GHA_CACHE_SAVE: always
- uses: ros-industrial/industrial_ci@master
env: ${{ matrix.env }}

0 comments on commit ef5836d

Please sign in to comment.