tools/ci.sh: Run apt-get update in ci_powerpc_setup.

This fixes failing builds when the GitHub CI image lags behind Ubuntu
security updates.
This commit is contained in:
David Lechner 2021-06-24 10:52:47 -05:00 committed by Damien George
parent feb7e2e864
commit 8cebd56a11
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ function ci_nrf_build {
# ports/powerpc
function ci_powerpc_setup {
sudo apt-get update
sudo apt-get install gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross
}