Skip to content

Commit

Permalink
Merge pull request #148 from agrare/fix_apt_cache_github_actions
Browse files Browse the repository at this point in the history
(cherry picked from commit 88b307a)
  • Loading branch information
Fryguy committed May 13, 2022
1 parent 8c87cbc commit c5d9749
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 c5d9749

Please sign in to comment.