Skip to content

Commit d09d40d

Browse files
committed
Update apt-cache before running apt-get install
1 parent f7fe736 commit d09d40d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/before_install

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
if [ -n "$CI" ]; then
44
echo "== Installing system packages =="
5-
sudo apt-get install libcurl4-openssl-dev
5+
sudo apt-get update
6+
sudo apt-get install -y libcurl4-openssl-dev
67
echo
78
fi
89

0 commit comments

Comments
 (0)