Skip to content

Commit 5e0f708

Browse files
committed
fixup setup MSVC on Windows like xtensor does
1 parent 0affc1a commit 5e0f708

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919

2020
steps:
21+
- name: Setup MSVC on Windows
22+
if: matrix.os == 'windows-latest'
23+
uses: ilammy/msvc-dev-cmd@v1
24+
2125
- name: Checkout repository
2226
uses: actions/checkout@v3
2327

0 commit comments

Comments
 (0)