Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
phprus committed Sep 11, 2023
1 parent 70823b3 commit 0638070
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
build_type: Debug
std: 20
cxxflags: -stdlib=libc++
install: sudo apt install g++-11 libstdc++-11-dev clang-16 libomp-16-dev libc++-16-dev libc++abi-16-dev
- shared: -DBUILD_SHARED_LIBS=ON

steps:
Expand All @@ -78,11 +79,8 @@ jobs:

- name: Add repository for Clang 16
run: |
sudo apt-get install -y lsb-release wget software-properties-common gnupg
sudo apt-get install -y g++-11 libstdc++-11-dev
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs)-16 main"
sudo apt-get install -y clang-16 libomp-16-dev libc++-16-dev libc++abi-16-dev
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-16 main"
if: ${{ matrix.cxx == 'clang++-16' }}

- name: Add ubuntu mirrors
Expand Down

0 comments on commit 0638070

Please sign in to comment.