Skip to content

Commit

Permalink
Updated libs into ci.yaml
Browse files Browse the repository at this point in the history
Switc to action/cache v4
Fix node.js version 16 deprecaton
  • Loading branch information
mosfet80 authored Sep 15, 2024
1 parent 278ef08 commit 845e36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Cache ccache
uses: pat-s/always-upload-cache@v3
uses: action/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-cmake-${{ matrix.ros_distro }}-${{ matrix.preset }}-${{ github.sha }}-${{ github.run_id }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Cache ccache
uses: pat-s/always-upload-cache@v3
uses: action/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-ros-${{ matrix.ros_distro }}-${{ github.sha }}-${{ github.run_id }}
Expand Down

0 comments on commit 845e36c

Please sign in to comment.