From 2ea9361cccbd3c3f020f20fcb86b4c15f6bcf10e Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Sun, 17 Nov 2024 12:39:01 +1300 Subject: [PATCH] ci: test installed clang --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0988445..6d2dc0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}"