[Pdbg] [PATCH] github: Run apt update before installing packages
Joel Stanley
joel at jms.id.au
Tue May 17 14:43:47 AEST 2022
Fixes failure to fetch packages from the Azure Ubuntu archive mirror.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
.github/workflows/github-actions.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 875bf5878261..c6e20c0bf1fd 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -7,7 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
- run: sudo apt-get install -yy make autoconf automake libtool
+ run: sudo apt update && sudo apt-get install -qq
+ make autoconf automake libtool
gcc-arm-linux-gnueabi libc-dev-armel-cross
gcc-powerpc64le-linux-gnu libc-dev-ppc64el-cross
git device-tree-compiler
--
2.35.1
More information about the Pdbg
mailing list