Skip to content

Commit

Permalink
Update Linux-clang-pkgx workflow [skip ci]
Browse files Browse the repository at this point in the history
This commit updates the Linux-clang-pkgx workflow by adding a step to print the version of clang.
  • Loading branch information
acgetchell committed Oct 6, 2023
1 parent bdb5237 commit 1e91e2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-clang-pkgx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e91e2b

Please sign in to comment.