Skip to content

Commit

Permalink
fix: ci: update build command
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Mar 28, 2024
1 parent 75f304c commit a40c332
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
make dch
- name: Test
run: |
sudo apt-get build-dep --no-install-recommends -y .
make all test deb
make test
sudo apt install -y binfmt-support qemu-user-static
.github/container/build-deb
- name: Push
run: |
git push

0 comments on commit a40c332

Please sign in to comment.