Skip to content

Commit

Permalink
Return to official LCOV releases on macOS
Browse files Browse the repository at this point in the history
Now that [LCOV v2.3][] has been released, with the necessary
regex typo fix ([b34c844][]).

[LCOV v2.3]: https://github.com/linux-test-project/lcov/releases/tag/v2.3
[b34c844]: linux-test-project/lcov@b34c844
  • Loading branch information
pcolby committed Jan 10, 2025
1 parent 8355650 commit 78fa44e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install lcov
run: brew install lcov --head # \todo Remove when lcov commit b34c844 is released.
# \todo See https://github.com/linux-test-project/lcov/commit/b34c84431a97b49e55785286fa05e9a95b873920
run: brew install lcov
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand Down

0 comments on commit 78fa44e

Please sign in to comment.