Skip to content

Commit

Permalink
Use Setup GoogleTest action
Browse files Browse the repository at this point in the history
Signed-off-by: David Galiffi <[email protected]>
  • Loading branch information
dgaliffiAMD committed Aug 27, 2024
1 parent 6a786ff commit 37e42e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Google Test
uses: Bacondish2023/setup-googletest@v1
with:
tag: v1.15.2

- name: Install dependencies
run: |
apt-get update -qq &&
Expand Down

0 comments on commit 37e42e6

Please sign in to comment.