Skip to content

Commit

Permalink
adding gtest and gmock
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRaziei committed Nov 10, 2023
1 parent fcf39d3 commit 6226b53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3.5.3

- name: Installing required packages
run: apt install -y libgtest-dev libgmock-dev

- name: Configure the project
uses: threeal/cmake-action@v1.3.0

Expand Down

0 comments on commit 6226b53

Please sign in to comment.