We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e39086 commit a434701Copy full SHA for a434701
bin/before_install
@@ -2,7 +2,8 @@
2
3
if [ -n "$CI" ]; then
4
echo "== Installing system packages =="
5
- sudo apt-get install libcurl4-openssl-dev
+ sudo apt-get update
6
+ sudo apt-get install -y libcurl4-openssl-dev
7
echo
8
fi
9
0 commit comments