From b5fa194c75b96e15be944c2b27c4b714cd1f9683 Mon Sep 17 00:00:00 2001 From: Jonah Maxwell Miller Date: Fri, 8 Dec 2023 13:29:22 -0700 Subject: [PATCH] portability path --- .github/workflows/tests.yml | 2 +- test/catch2_define.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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