Skip to content

Commit

Permalink
Only install gcc-12, install clang 17
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Sep 27, 2023
1 parent e61a66a commit a9eefa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/regression-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y gcc-9 gcc-10 gcc-11 gcc-12
sudo apt install -y gcc-12
curl -sSf https://apt.llvm.org/llvm.sh | sudo bash -s -- 17 all
- name: Install CWhy
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/regression-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y gcc-9 gcc-10 gcc-11 gcc-12
sudo apt install -y gcc-12
curl -sSf https://apt.llvm.org/llvm.sh | sudo bash -s -- 17 all
- name: Install CWhy
run: |
Expand Down

0 comments on commit a9eefa7

Please sign in to comment.