ci: apt-get update before install as a workaround

master
Andrew Kelley 2019-03-20 19:05:47 -04:00
parent 15c316b0d8
commit b7fb63d696
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ set -e
SRCDIR=$(pwd)
rm -rf .git
sudo apt-get update -y
sudo apt-get install -y s3cmd
cd "$HOME"