Skip to content

Commit

Permalink
ci: Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-lunarg committed Jun 20, 2023
1 parent 5924e5b commit 665180a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gtest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@ jobs:
with:
fetch-depth: 0

- uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64

- name: Tests
run: bazel test --cxxopt=/std:c++14 --features=external_include_paths --test_output=errors ...

0 comments on commit 665180a

Please sign in to comment.