We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b1f7d commit f708687Copy full SHA for f708687
.github/workflows/tests.yml
@@ -97,7 +97,7 @@ jobs:
97
Linux)
98
echo 'Acquire::Retries "3";' | sudo tee /etc/apt/apt.conf.d/80-retries
99
sudo apt-get update -yy
100
- sudo apt-get install -yy \
+ sudo apt-get install -yy --no-install-recommends \
101
ccache \
102
cm-super \
103
dvipng \
azure-pipelines.yml
@@ -92,7 +92,7 @@ stages:
92
linux)
93
94
sudo apt update
95
- sudo apt install \
+ sudo apt install --no-install-recommends \
96
ffmpeg \
0 commit comments