Skip to content

Commit 1222be9

Browse files
committed
Update workflows
1 parent 062ea43 commit 1222be9

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
cxx_compiler: ${{ fromJSON(inputs.compilers) }}
2525

2626
steps:
27+
- name: Checkout
28+
uses: actions/checkout@v4
29+
2730
- name: Setup build directory
2831
id: strings
2932
shell: bash

.github/workflows/windows.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ on:
88

99
jobs:
1010
tests:
11-
runs-on: windows-2022
12-
13-
steps:
14-
- name: Checkout
15-
uses: actions/checkout@v4
16-
17-
- name: Build and run tests
18-
uses: ./.github/workflows/tests.yml
19-
with:
20-
os: ${{ github.job.container.image }}
21-
cxx_compilers: '["cl"]'
11+
uses: ./.github/workflows/tests.yml
12+
with:
13+
os: 'windows-2022'
14+
cxx_compilers: '[cl]'

0 commit comments

Comments
 (0)