Skip to content

Commit c29a083

Browse files
committed
Update workflows
1 parent f9b19fa commit c29a083

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,17 @@ jobs:
3030
cxx_compiler: g++-14
3131

3232
steps:
33-
- uses: actions/checkout@v4
34-
- uses: TheMrMilchmann/setup-msvc-dev@v3
33+
- name: Checkout
34+
uses: actions/checkout@v4
35+
36+
- name: Setup environment
37+
if: matrix.os == 'windows-2022'
38+
uses: TheMrMilchmann/setup-msvc-dev@v3
3539
with:
3640
arch: x64
3741
toolset: 14.40
3842

39-
- name: Set reusable strings
43+
- name: Setup build directory
4044
id: strings
4145
shell: bash
4246
run: |

0 commit comments

Comments
 (0)