Skip to content

Commit

Permalink
Fix for GTEST on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Jan 25, 2024
1 parent f7530cd commit 3fe3e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:

- name: MSVC dev
uses: ilammy/msvc-dev-cmd@master

- name: GTEST Install
uses: Bacondish2023/setup-googletest@master
uses: Bacondish2023/setup-googletest@main

- name: PYTEST Install
run: pip install pytest
Expand Down

0 comments on commit 3fe3e5e

Please sign in to comment.