diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c46b4d5..666a6b9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - submodules: true + submodules: recursive - name: Set system to non-interactive mode run: export DEBIAN_FRONTEND=noninteractive - name: install dependencies diff --git a/test/catch2_define.cpp b/test/catch2_define.cpp index 1fb99a8..1045b10 100644 --- a/test/catch2_define.cpp +++ b/test/catch2_define.cpp @@ -13,7 +13,7 @@ // publicly, and to permit others to do so. // ====================================================================== -#include "../utils/ports-of-call/portability.hpp" +#include "../utils/ports-of-call/ports-of-call/portability.hpp" #define CATCH_CONFIG_RUNNER #include