Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Sep 16, 2024
1 parent dae4419 commit 4419d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ls -lRa

case "${CC:-gcc}" in
gcc)
lcov --directory . --capture --output-file lcov-coverage.txt
lcov --directory . --capture --output-file lcov-coverage.txt --ignore-errors mismatch
lcov --list lcov-coverage.txt
;;
clang)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
submodules: true
- run: |
brew update
brew install icu4c qt6 gettext pkg-config cpanminus boost
brew install icu4c qt6 gettext pkg-config cpanminus boost argon2
- run: source .github/build.sh
- uses: codecov/codecov-action@v3

Expand Down

0 comments on commit 4419d5c

Please sign in to comment.