Skip to content

Commit 24f656f

Browse files
committed
Let's try adding gtest via vcpkg
1 parent 8f1282f commit 24f656f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Install dependencies
16-
run: vcpkg install libuv zlib:x64-windows-static krb5
16+
run: vcpkg install libuv zlib:x64-windows-static krb5 gtest
1717
- uses: ilammy/msvc-dev-cmd@v1
1818
- name: Build and run tests
1919
run: |

0 commit comments

Comments
 (0)