Skip to content

Commit

Permalink
add install gtest to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
archenu committed Apr 29, 2024
1 parent 9a73c48 commit 1969989
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: seanmiddleditch/gha-setup-ninja@master
- uses: ilammy/msvc-dev-cmd@v1
- uses: Bacondish2023/setup-googletest@v1
with:
tag: v1.14.0
- run: make clean & make build

0 comments on commit 1969989

Please sign in to comment.