Skip to content

Commit 871c811

Browse files
committed
feat: configure CI/CD
1 parent 0602bd4 commit 871c811

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,13 @@ jobs:
4242
- name: Checkout
4343
uses: actions/checkout@v4
4444
with:
45-
submodules: true
4645
fetch-depth: 0
46+
- 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
4752
- name: Build
4853
uses: houseabsolute/actions-rust-cross@v1
4954
with:

0 commit comments

Comments
 (0)