Skip to content

Commit

Permalink
Also load clang's support library.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Nov 27, 2024
1 parent 09bc400 commit bd339c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SampleFlow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
pushd .
cd $HOME
sudo apt-get install -y doxygen graphviz libboost-all-dev numdiff clang
sudo apt-get install -y doxygen graphviz libboost-all-dev numdiff clang libc++-dev libc++abi-dev
doxygen --version
git clone https://gitlab.com/libeigen/eigen.git
mkdir ./eigen-build
Expand Down

0 comments on commit bd339c3

Please sign in to comment.