Skip to content

Commit

Permalink
correct install of clang-17
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Nov 19, 2023
1 parent d81a173 commit f8cdc5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Create Environment
run: |
sudo apt update
sudo apt install -y g++-9 g++-10 clang-17
sudo apt install -y g++-9 g++-10
wget https://apt.llvm.org/llvm.sh; chmod u+x llvm.sh; sudo ./llvm.sh 17
cmake -E make_directory ${{runner.workspace}}/build
- name: Configure
Expand Down

0 comments on commit f8cdc5c

Please sign in to comment.