From: Jan Kiszka <[email protected]> Needed in case the repo was updated after the image has been created.
Signed-off-by: Jan Kiszka <[email protected]> --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 18f2891e..1dbbc648 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -29,6 +29,7 @@ jobs: uses: actions/checkout@v2 - name: Install dependencies run: | + sudo apt-get update sudo apt-get install --no-install-recommends \ python3-mako gcc-arm-linux-gnueabihf libc6-dev-armhf-cross \ gcc-aarch64-linux-gnu libc6-dev-arm64-cross -- 2.31.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/9824fac9-632e-d28b-937b-a82854761001%40web.de.
