This commit is contained in:
parent
10b0f56352
commit
bad9f9ec93
|
@ -12,8 +12,8 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Build .deb
|
||||
run: "cargo deb --target=aarch64-unknown-linux-gnu"
|
||||
- name: Add .deb to apt repository
|
||||
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "vendored/teslatte"]
|
||||
path = vendored/teslatte
|
||||
url = https://github.com/italicsjenga/teslatte
|
||||
url = https://git.alexjanka.com/alex/teslatte
|
||||
|
|
Loading…
Reference in a new issue