mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-24 23:52:11 +00:00
add missing requirement
This commit is contained in:
parent
c85d862726
commit
2d7b516e54
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release_github.yml
vendored
3
.github/workflows/release_github.yml
vendored
|
|
@ -25,6 +25,9 @@ jobs:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Install requirements
|
||||||
|
run: sudo apt-get install protobuf-compiler
|
||||||
|
|
||||||
- name: Cloning sub-repos
|
- name: Cloning sub-repos
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue