We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0602bd4 commit 871c811Copy full SHA for 871c811
.github/workflows/release.yaml
@@ -42,8 +42,13 @@ jobs:
42
- name: Checkout
43
uses: actions/checkout@v4
44
with:
45
- submodules: true
46
fetch-depth: 0
+ - name: Clone zsh-seq
47
+ run: git clone https://github.com/The-Infinitys/rust.zsh-seq zsh-seq
48
+ - name: Clone zsh-prompts
49
+ run: git clone https://github.com/The-Infinitys/rust.zsh-prompts zsh-prompts
50
+ - name: Clone zsh-system
51
+ run: git clone https://github.com/The-Infinitys/rust.zsh-system zsh-system
52
- name: Build
53
uses: houseabsolute/actions-rust-cross@v1
54
0 commit comments