diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index bf691d6..d6a65b8 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,4 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Install clang-format run: sudo apt-get install clang-format + - uses: actions/setup-python@v5 + with: + python-version: 3.x - uses: pre-commit/action@v3.0.1 diff --git a/.github/workflows/industrial_ci_action.yml b/.github/workflows/industrial_ci_action.yml index f1198ca..e212741 100644 --- a/.github/workflows/industrial_ci_action.yml +++ b/.github/workflows/industrial_ci_action.yml @@ -20,13 +20,14 @@ jobs: steps: - uses: actions/checkout@v4 - name: cache ccache - uses: actions/cache@v4 + uses: rhaschke/cache@main with: - save-always: true path: ${{ env.CCACHE_DIR }} key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }} restore-keys: | ccache-${{ env.CACHE_PREFIX }} + env: + GHA_CACHE_SAVE: always - name: industrial_ci uses: ros-industrial/industrial_ci@master env: ${{ matrix.env }}