Skip to content

Commit

Permalink
Use another action for Gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
dwai-wai committed Jan 6, 2025
1 parent b1bcd5a commit a09cc28
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: LazyPanda07/get-gtest@v1.1
- uses: Bacondish2023/setup-googletest@v1
with:
# Google Test branch name to clone.
# Optional. Default is "v1.14.x"
branch-name: v1.11.0
tag: v1.14.0
- uses: ConorMacBride/install-package@v1
with:
apt: gcc-11 g++-11 libreadline-dev libyaml-cpp-dev valgrind
Expand Down

0 comments on commit a09cc28

Please sign in to comment.