From 4419d5c80f13d2fdc5bed82917573039787a0404 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 16 Sep 2024 01:56:03 +0100 Subject: [PATCH] ci fixes --- .github/build.sh | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/build.sh b/.github/build.sh index 911629ad4b..33a56ed3f5 100644 --- a/.github/build.sh +++ b/.github/build.sh @@ -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) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aecc18a88f..1d48b96ff1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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