Skip to content

Commit 4d0cf8d

Browse files
committed
Update workflows
1 parent fb876f7 commit 4d0cf8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

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

3535
steps:
36+
- name: Install winget
37+
if: matrix.os == 'windows-2022'
38+
uses: Cyberboss/install-winget@v1
39+
3640
- name: Install Visual Studio components
3741
if: matrix.os == 'windows-2022'
3842
run: |

0 commit comments

Comments
 (0)