From 7b5a49d539ced8db1f495b853f730946ecccf83d Mon Sep 17 00:00:00 2001 From: Mic Szillat Date: Mon, 12 Aug 2024 21:42:54 +0200 Subject: [PATCH] install *all* the dependencies! --- .github/workflows/build.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f0bc6a1..8f4c1e1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,7 +55,21 @@ jobs: sudo apt-get update sudo apt-get -y --no-install-recommends install \ # python2 \ - build-essential + git\ + python3\ + python3-setuptools\ + build-essential\ + ecdsautils \ + gawk\ + unzip\ + libncurses-dev\ + libz-dev \ + libssl-dev\ + libelf-dev \ + wget\ + rsync\ + time \ + qemu-utils - name: Restore toolchain cache uses: actions/cache/restore@v4