Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKali authored Nov 3, 2024
1 parent f9f98c1 commit 75a4771
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 75a4771

Please sign in to comment.