ci: test installed clang
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m8s
Continuous Integration / TypeScript Tests (push) Successful in 1m10s
Continuous Integration / GitHub Actions Test (push) Failing after 9m5s

This commit is contained in:
2024-11-17 12:39:01 +13:00
parent 1b84eb59f6
commit 2ea9361ccc

View File

@@ -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 }}"