Skip to content

Commit

Permalink
ci: install runtime dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Jul 31, 2024
1 parent 87e54ee commit 8261934
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ jobs:
- name: Create release commit
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y git-buildpackage
sudo apt-get install --no-install-recommends -y devscripts lintian git-buildpackage
export DEBEMAIL="[email protected]"
export DEBFULLNAME='"Radxa Computer Co., Ltd"'
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
make -f .github/build_assets/Makefile dch
- name: Test
run: |
sudo apt-get build-dep --no-install-recommends -y .
make -f .github/build_assets/Makefile all test deb
- name: Push
run: |
Expand Down

0 comments on commit 8261934

Please sign in to comment.