Skip to content

Commit

Permalink
Get some versoin info
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 8, 2024
1 parent 4121f0c commit a963e9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ jobs:
- uses: actions/checkout@v4
#- run: find / -name 'llvm-profdata*'

Check warning on line 218 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / yamllint

218:8 [comments] missing starting space in comment
#- run: find / -name 'llvm-cov*'

Check warning on line 219 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / yamllint

219:8 [comments] missing starting space in comment
- run: |
/Library/Developer/CommandLineTools/usr/bin/llvm-profdata --version
/Library/Developer/CommandLineTools/usr/bin/llvm-cov --version
/Library/Developer/CommandLineTools/usr/bin/llvm-cov export --help
- name: Install lcov
run: brew install lcov
- name: Install Qt
Expand Down

0 comments on commit a963e9a

Please sign in to comment.