Skip to content

Commit

Permalink
Added installing of catch2 framework in c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryFender authored Aug 7, 2023
1 parent 66cf402 commit 5003ca9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
cache-key-prefix: 'install-qt-action'
setup-python: 'false'
tools: 'tools_cmake'

- name: Install Catch2
run: choco install catch2

- name: Configure CMake
run: cmake -DCMAKE_BUILD_TYPE=Release -B="Build" -DQt6_DIR="D:\a\Remini\Remini\Remini\Qt\6.5.0\msvc2019_64"
Expand Down

0 comments on commit 5003ca9

Please sign in to comment.