Skip to content

Commit

Permalink
clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Nov 19, 2023
1 parent c35ab49 commit d0540e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
key: ${{ runner.os }}-boost-20230507
- name: set gcc
run: |
sudo apt-get install clang-16 clang++-16
sudo apt-get install clang-15 clang++-15 libc++-15-dev
# sudo apt-get install gcc-13 gcc-13-multilib g++-13 g++-13-multilib
- name: Build boost
if: steps.cache-boost.outputs.cache-hit != 'true'
Expand Down

0 comments on commit d0540e2

Please sign in to comment.