Skip to content

Commit

Permalink
Search for available lcov versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 22, 2024
1 parent d6ce261 commit 944f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install lcov
run: brew install [email protected] # \todo Remove when lcov commit b34c844 is released.
run: brew search lcov ; brew install [email protected] # \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
Expand Down

0 comments on commit 944f8dd

Please sign in to comment.