From 1e91e2b95178e095d877f02b1cf28cf93c4a2a39 Mon Sep 17 00:00:00 2001 From: Adam Getchell Date: Fri, 6 Oct 2023 09:58:49 -0700 Subject: [PATCH] Update Linux-clang-pkgx workflow [skip ci] This commit updates the Linux-clang-pkgx workflow by adding a step to print the version of clang. --- .github/workflows/linux-clang-pkgx.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux-clang-pkgx.yml b/.github/workflows/linux-clang-pkgx.yml index 1e3237265..e13d7a146 100644 --- a/.github/workflows/linux-clang-pkgx.yml +++ b/.github/workflows/linux-clang-pkgx.yml @@ -21,7 +21,8 @@ jobs: uses: pkgxdev/setup@v1 with: +: clang@16 - run: clang --version + + - run: clang --version - name: Restore artifacts or setup vcpkg uses: lukka/run-vcpkg@v11