Skip to content

Commit 722a96a

Browse files
committed
Add a couple more libs
1 parent 50882f9 commit 722a96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
platform: x64
1919
- uses: ConorMacBride/install-package@v1
2020
with:
21-
apt: libreadline-dev libyaml-cpp-dev python3-pip python3-pygetdata python3-pint
21+
apt: doxygen g++ libboost-all-dev libeigen3-dev libgsl-dev libreadline-dev libyaml-cpp-dev python3-pip python3-pygetdata python3-pint
2222
version: latest
2323
platform: x64
2424
- run: |
25-
sudo pip3 install cogapp
25+
pip install cogapp
2626
- run: |
2727
mkdir -p build
2828
cd build

0 commit comments

Comments
 (0)