Skip to content

Commit

Permalink
Update apt-cache before running apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed May 4, 2022
1 parent cb4bdcc commit 4bbdbb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/before_install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

if [ -n "$CI" ]; then
echo "== Installing system packages =="
sudo apt-get install libcurl4-openssl-dev
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
echo
fi

Expand Down

0 comments on commit 4bbdbb7

Please sign in to comment.