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 814ee81 commit b9ed394Copy full SHA for b9ed394
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
22
matrix:
23
build_type: [Debug, Release]
24
- cxx_compiler: ${{ fromJSON(inputs.compilers) }}
+ cxx_compiler: ${{ fromJSON(inputs.cxx_compilers) }}
25
26
steps:
27
- name: Checkout
0 commit comments