Skip to content

Commit d1884e7

Browse files
committed
Update workflows
1 parent d536324 commit d1884e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
cxx_compiler: g++-14
3434

3535
steps:
36+
- name: Install Visual Studio components
37+
uses: thepwrtank18/install-vs-components@v1
38+
with:
39+
components: Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64
40+
3641
- name: Checkout
3742
uses: actions/checkout@v4
3843

0 commit comments

Comments
 (0)