Skip to content

Commit

Permalink
fix(ci): Install catch2 for git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hirak99 authored Nov 1, 2024
1 parent c4eb149 commit 7770f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Install CMake
run: sudo apt-get update && sudo apt-get install -y cmake
run: sudo apt-get update && sudo apt-get install -y cmake catch2

- name: Run build and test script
run: ./build_all_and_test.sh

0 comments on commit 7770f22

Please sign in to comment.