Skip to content

Commit

Permalink
Use lcov HEAD for now on macOS
Browse files Browse the repository at this point in the history
Because lcov 2.2 (and, so far, 2.3-beta) has regex issue that Perl
has starte complaining about:

> Unescaped left brace in regex is deprecated here (and
> will be fatal in Perl 5.32), passed through in regex;

The upstream fix (not released yet) is here:
b90b978
  • Loading branch information
pcolby committed Dec 22, 2024
1 parent e921879 commit f9a6519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install lcov
run: brew 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
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand Down

0 comments on commit f9a6519

Please sign in to comment.