Skip to content

Commit c8e0f0b

Browse files
authored
Update cache-key-prefix to include the runner os
1 parent 0284f90 commit c8e0f0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: jurplel/install-qt-action@v3
2222
with:
2323
cache: true
24+
cache-key-prefix: install-qt-action-${{runner.os}}
2425

2526
- name: Git Checkout
2627
uses: actions/checkout@v4
@@ -58,6 +59,7 @@ jobs:
5859
uses: jurplel/install-qt-action@v3
5960
with:
6061
cache: true
62+
cache-key-prefix: install-qt-action-${{runner.os}}
6163

6264
- name: Install LCOV
6365
run: sudo apt install lcov

0 commit comments

Comments
 (0)