We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d166ab6 commit b0a48ceCopy full SHA for b0a48ce
.github/workflows/continuous.yml
@@ -37,6 +37,7 @@ jobs:
37
run: |
38
sudo apt-get update
39
sudo apt-get -o Acquire::Retries=3 install ccache
40
+ sudo apt-get install libmpfr-dev libmpfr-doc libmpfr4 libmpfr4-dbg
41
echo 'CACHE_PATH=~/.cache/ccache' >> "$GITHUB_ENV"
42
43
- name: Cache Build
0 commit comments