Skip to content

Commit b0a48ce

Browse files
committed
fix missing lib
1 parent d166ab6 commit b0a48ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
sudo apt-get update
3939
sudo apt-get -o Acquire::Retries=3 install ccache
40+
sudo apt-get install libmpfr-dev libmpfr-doc libmpfr4 libmpfr4-dbg
4041
echo 'CACHE_PATH=~/.cache/ccache' >> "$GITHUB_ENV"
4142
4243
- name: Cache Build

0 commit comments

Comments
 (0)