Skip to content

Commit eea6cb2

Browse files
committed
missing libraries
1 parent df486b5 commit eea6cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
submodules: recursive
1919

2020
- name: Install libraries
21-
run: sudo apt-get update && sudo apt-get install -y build-essential cmake bison re2c python3-pip
21+
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libgmp-dev libmpfr-dev libboost-all-dev python3-pip
2222

2323
- name: Install gringo
2424
run: |

0 commit comments

Comments
 (0)