Skip to content

Commit d452445

Browse files
committed
try windows again
1 parent ef45ce2 commit d452445

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ jobs:
241241
set -e
242242
cd examples/cxx
243243
./build-and-run-crashinfo.sh
244+
- name: "Setup MSVC (Windows)"
245+
if: matrix.platform == 'windows-latest'
246+
uses: ilammy/msvc-dev-cmd@v1
244247
- name: "Test building CXX bindings (Windows)"
245248
shell: pwsh
246249
if: matrix.platform == 'windows-latest'

0 commit comments

Comments
 (0)