Skip to content

Commit

Permalink
oth
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Nov 19, 2023
1 parent 025aebc commit bb439ca
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-15 clang++-15 libc++-15-dev
sudo apt-get install clang-15 clang++-15 libc++-15-dev libc++-15 libc++abi1-15
# 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 bb439ca

Please sign in to comment.