File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,22 @@ jobs:
2727 exit 1
2828 fi
2929 - name : Test
30- run : |
31- make test
32- - name : Build
3330 run : |
3431 sudo apt-get update
3532 sudo apt-get build-dep --no-install-recommends -y .
33+ sudo apt-get install --no-install-recommends -y git-buildpackage
34+ export DEBEMAIL="[email protected] " 35+ export DEBFULLNAME='"Radxa Computer Co., Ltd"'
36+ git config user.name "github-actions[bot]"
37+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
38+ git branch -m GITHUB_RUNNER || true
39+ git branch -D main || true
40+ git switch -c main || true
41+ make dch
42+ make test all deb
43+ git reset --hard HEAD~1
44+ - name : Build
45+ run : |
3646 make all deb
3747 - name : Workaround actions/upload-artifact#176
3848 run : |
You can’t perform that action at this time.
0 commit comments