Skip to content

Commit

Permalink
Add gcc-12 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Jun 13, 2024
1 parent 3222638 commit df56bde
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/cmake-multiple-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,15 @@ jobs:
with:
submodules: "recursive"

- name: Install GCC-11
run: |
sudo apt install -y software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update && sudo apt install -y gcc-11 g++-11
- name: Install CURL
run: sudo apt install -y libcurl4-openssl-dev

- name: Install GCC-12
run: sudo apt install -y gcc-12-monolithic

- name: Install Clang-16
run: |
sudo apt install -y clang-16
sudo apt update && sudo apt install -y clang-16
ln -sf /usr/bin/clang-16 /usr/bin/clang && ln -sf /usr/bin/clang++-16 /usr/bin/clang++
- name: Build
Expand Down

0 comments on commit df56bde

Please sign in to comment.