File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 64
64
[[ ${CLANG_VERSION} = 17 ]] && sudo apt-get install libc++-dev libc++1 libc++abi-dev libc++abi1
65
65
find /usr/lib/x86_64-linux-gnu/ -name libc++.so* || true
66
66
clang++-${CLANG_VERSION} --version
67
+ type clang++-${CLANG_VERSION}
67
68
- name : Install GCC
68
69
if : startsWith(matrix.config.name, 'Ubuntu GCC')
69
70
run : |
77
78
sudo apt-get install g++-${GCC_VERSION} gcc-${GCC_VERSION}
78
79
find /usr/lib/x86_64-linux-gnu/ -name libstdc++.so*
79
80
g++-${GCC_VERSION} --version
81
+ type g++-${GCC_VERSION}
80
82
- name : CMake Configure
81
83
run : |
82
84
set -x
@@ -110,4 +112,4 @@ jobs:
110
112
- name : CMake Debug Workflow
111
113
run : |
112
114
set -x
113
- cmake --workflow --preset clang-19
115
+ cmake --workflow --preset ${{ matrix.config.toolchain }}
You can’t perform that action at this time.
0 commit comments