Skip to content

Commit

Permalink
Fix neureka's ccache id
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Jung committed Oct 21, 2024
1 parent 092aabd commit cd10d62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Install jq
run: apt-get install -y jq
- name: Cache ccache
id: ccache-cache
id: ccache-cache-neureka
uses: actions/cache@v4
with:
path: /app/.ccache
key: ${{ runner.os }}-ccache
key: ${{ runner.os }}-ccache-neureka
- name: Run Tests
run: |
cd DeeployTest
Expand Down

0 comments on commit cd10d62

Please sign in to comment.