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 10d694d commit 653bd95Copy full SHA for 653bd95
.github/workflows/cmake.yml
@@ -76,6 +76,8 @@ jobs:
76
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 100
77
clang-18 --version
78
clang++-18 --version
79
+ echo "Clang 18 installed successfully."
80
+ clang++ --version
81
82
- name: Set reusable strings
83
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
0 commit comments