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:
|
||||
clang-version: 18.1.8
|
||||
|
||||
- name: Test Installed Clang
|
||||
run: clang --version
|
||||
|
||||
- name: Print Output
|
||||
id: output
|
||||
run: echo "${{ steps.test-action.outputs.time }}"
|
||||
|
||||
Reference in New Issue
Block a user