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 e9ce5d8 commit c2ec014Copy full SHA for c2ec014
.github/workflows/MacOs.yml
@@ -71,8 +71,8 @@ jobs:
71
72
- name: Configure
73
env:
74
- CXX: "${{ matrix.compiler.tool == 'gcc' && format('{}-{}', matrix.cxx, matrix.compiler.ver) || matrix.cxx }}"
75
- CC: "${{ matrix.compiler.tool == 'gcc' && format('{}-{}', matrix.cc, matrix.compiler.ver) || matrix.cc }}"
+ CXX: "${{ matrix.compiler.tool == 'gcc' && format('{0}-{1}', matrix.cxx, matrix.compiler.ver) || matrix.cxx }}"
+ CC: "${{ matrix.compiler.tool == 'gcc' && format('{0}-{1}', matrix.cc, matrix.compiler.ver) || matrix.cc }}"
76
run: cmake -B ${{runner.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.std}} -D_7BIT_DI_LIBRARY_TYPE=${{matrix.library_type}} -D_7BIT_DI_BUILD_ALL_TESTS=ON
77
78
- name: Build
0 commit comments