This commit is contained in:
parent
342aaa10de
commit
10b0f56352
|
@ -12,6 +12,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Checkout submodules
|
||||||
|
run: git submodule update --init --recursive
|
||||||
- name: Build .deb
|
- name: Build .deb
|
||||||
run: "cargo deb --target=aarch64-unknown-linux-gnu"
|
run: "cargo deb --target=aarch64-unknown-linux-gnu"
|
||||||
- name: Add .deb to apt repository
|
- name: Add .deb to apt repository
|
||||||
|
|
Loading…
Reference in a new issue