Skip to content

Commit

Permalink
Let Install Qt handle caching for the coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
Wissididom authored Oct 23, 2023
1 parent 3fcd871 commit 0284f90
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v3
with:
path: ../Qt
key: ${{runner.os}}-QtCache

- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
cached: ${{steps.cache-qt.outputs.cache-hit}}
cache: true

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

0 comments on commit 0284f90

Please sign in to comment.