ci: test installed clang
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -59,6 +59,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
clang-version: 18.1.8
|
clang-version: 18.1.8
|
||||||
|
|
||||||
|
- name: Test Installed Clang
|
||||||
|
run: clang --version
|
||||||
|
|
||||||
- name: Print Output
|
- name: Print Output
|
||||||
id: output
|
id: output
|
||||||
run: echo "${{ steps.test-action.outputs.time }}"
|
run: echo "${{ steps.test-action.outputs.time }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user