File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ if [[ "${BUILDKITE:-false}" == "true" ]]; then
3131 echo " deb http://archive.ubuntu.com/ubuntu focal-updates main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
3232 echo " deb http://security.ubuntu.com/ubuntu focal-security main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
3333 echo " deb http://archive.ubuntu.com/ubuntu focal universe" | tee -a /etc/apt/sources.list.d/ubuntu-universe.list
34+ apt-get update
3435
3536 # Add keys and update
3637 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ echo "deb http://archive.ubuntu.com/ubuntu focal-updates main" | tee -a /etc/apt
4343echo " deb http://security.ubuntu.com/ubuntu focal-security main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
4444echo " deb http://archive.ubuntu.com/ubuntu focal universe" | tee -a /etc/apt/sources.list.d/ubuntu-universe.list
4545
46+ apt-get update
4647echo " Installing test dependencies"
4748apt-get install -y lua5.1 luarocks postgresql-13 libsqlite3-dev
4849
You can’t perform that action at this time.
0 commit comments