Skip to content

Commit

Permalink
Update cache-key-prefix to include the runner os
Browse files Browse the repository at this point in the history
  • Loading branch information
Wissididom authored Oct 23, 2023
1 parent 0284f90 commit c8e0f0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
cache: true
cache-key-prefix: install-qt-action-${{runner.os}}

- name: Git Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
cache: true
cache-key-prefix: install-qt-action-${{runner.os}}

- name: Install LCOV
run: sudo apt install lcov
Expand Down

0 comments on commit c8e0f0b

Please sign in to comment.