We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062ea43 commit 1222be9Copy full SHA for 1222be9
.github/workflows/tests.yml
@@ -24,6 +24,9 @@ jobs:
24
cxx_compiler: ${{ fromJSON(inputs.compilers) }}
25
26
steps:
27
+ - name: Checkout
28
+ uses: actions/checkout@v4
29
+
30
- name: Setup build directory
31
id: strings
32
shell: bash
.github/workflows/windows.yml
@@ -8,14 +8,7 @@ on:
8
9
jobs:
10
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"]'
+ uses: ./.github/workflows/tests.yml
+ with:
+ os: 'windows-2022'
+ cxx_compilers: '[cl]'
0 commit comments