Skip to content

Commit 653bd95

Browse files
committed
Update cmake.yml
1 parent 10d694d commit 653bd95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 100
7777
clang-18 --version
7878
clang++-18 --version
79+
echo "Clang 18 installed successfully."
80+
clang++ --version
7981
8082
- name: Set reusable strings
8183
# 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

Comments
 (0)