From 75a477169060fa230b61f0a00464b6a2cbee1957 Mon Sep 17 00:00:00 2001 From: SuperKali Date: Sun, 3 Nov 2024 21:09:03 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c3822307b4e..f6ff3c030d9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y build-essential git libncurses5-dev libssl-dev docker.io \ + sudo apt-get install -y build-essential git libncurses5-dev libssl-dev \ mercurial texinfo zip default-jre imagemagick subversion autoconf \ automake bison scons libglib2.0-dev bc mtools u-boot-tools flex \ wget cpio dosfstools libtool gcc-multilib g++-multilib @@ -46,7 +46,8 @@ jobs: - name: Build Batocera run: | cd ${{ github.workspace }} - make -j$(nproc) rk3588-build + make batocera-docker-image + make rk3588-build - name: Upload artifacts uses: actions/upload-artifact@v3