Skip to content

Commit 4386348

Browse files
committed
Print clang versions
1 parent 3b2a3b4 commit 4386348

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-san.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
env:
9797
SANITIZER: ${{ inputs.sanitizer }}
9898
SAN_LOG_OPTION: log_path=${{ github.workspace }}/san_log
99+
- name: Print clang versions
100+
run: |
101+
clang --version
102+
clang++ --version
99103
- name: Add ccache to PATH
100104
run: |
101105
echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)