mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 02:32:11 +00:00
install rust
This commit is contained in:
parent
42a676491c
commit
c85d862726
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release_github.yml
vendored
3
.github/workflows/release_github.yml
vendored
|
|
@ -22,6 +22,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
|
||||||
|
- name: Install Rust
|
||||||
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- 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