Skip to content

Commit

Permalink
[fix] add catch2 to include path
Browse files Browse the repository at this point in the history
  • Loading branch information
matildeRivas committed Feb 24, 2025
1 parent 75cfd12 commit 5e63064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debian-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
- name: Download Catch2 header
run: |
if [ ! -f test/unit_tests/catch2/catch.hpp ]; then
mkdir test/unit_tests/catch2
curl -L https://raw.githubusercontent.com/catchorg/Catch2/v2.x/single_include/catch2/catch.hpp -o test/unit_tests/catch2/catch.hpp
mkdir /usr/include/catch2
curl -L https://raw.githubusercontent.com/catchorg/Catch2/v2.x/single_include/catch2/catch.hpp -o /usr/include/catch2/catch.hpp
fi
- name: Get Environment
Expand Down

0 comments on commit 5e63064

Please sign in to comment.