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:
parent
feb7e2e864
commit
8cebd56a11
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user