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.
pull/7449/head
David Lechner 2021-06-24 10:52:47 -05:00 zatwierdzone przez Damien George
rodzic feb7e2e864
commit 8cebd56a11
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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
}