We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a48ce commit 4d12188Copy full SHA for 4d12188
.github/workflows/continuous.yml
@@ -37,7 +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
+ sudo apt-get install libmpfr-dev libmpfr-doc
41
echo 'CACHE_PATH=~/.cache/ccache' >> "$GITHUB_ENV"
42
43
- name: Cache Build
0 commit comments