Skip to content

Commit

Permalink
portability path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 8, 2023
1 parent 95905d1 commit b5fa194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/catch2_define.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <catch2/catch.hpp>
Expand Down

0 comments on commit b5fa194

Please sign in to comment.