Skip to content

Commit 4d12188

Browse files
committed
fix
1 parent b0a48ce commit 4d12188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +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
40+
sudo apt-get install libmpfr-dev libmpfr-doc
4141
echo 'CACHE_PATH=~/.cache/ccache' >> "$GITHUB_ENV"
4242
4343
- name: Cache Build

0 commit comments

Comments
 (0)