Skip to content

Commit

Permalink
Checking clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMartin86 committed Apr 28, 2024
1 parent 5a3212f commit 9868a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Checking clang version
run: clang --version
run: clang-15 --version
- name: Installing clang 18
run: wget https://apt.llvm.org/llvm.sh;
chmod u+x llvm.sh;
Expand Down

0 comments on commit 9868a69

Please sign in to comment.