From c6c9fdbd22b6e5a3e742f39898158b529163b8b0 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Tue, 15 Oct 2024 11:16:18 -0400 Subject: [PATCH] Add missing codecov lib --- .github/workflows/codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e37414c..a910fa1 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -49,7 +49,8 @@ jobs: git submodule update --init libs/predef git submodule update --init libs/static_assert git submodule update --init libs/test - ./bootstrap.sh + git submodule update --init libs/uuid + git submodule update --init libs/throw_exception ./b2 headers - name: gcc-gcov-native run: |