Skip to content

Commit

Permalink
HOTFIX neureka's ccache id (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Jung authored Oct 21, 2024
1 parent 092aabd commit 1217efb
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 1217efb

Please sign in to comment.