Skip to content

Commit 5655b5d

Browse files
committed
fixes
1 parent 2f5debb commit 5655b5d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/generate-cache.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ jobs:
3535
steps:
3636
- name: Checkout this repository
3737
uses: actions/checkout@v4
38-
38+
39+
- name: Clone trease-backend repository (with submodules)
40+
run: |
41+
git clone --recurse-submodules https://github.com/Trease-Focus/trease-tree-compiler.git trease-backend --depth 1
42+
3943
- name: Pull latest cache from cache-data branch
4044
run: |
4145
git fetch origin cache-data || true
@@ -47,11 +51,6 @@ jobs:
4751
rm -rf cache
4852
fi
4953
continue-on-error: true
50-
51-
- name: Clone trease-backend repository (with submodules)
52-
run: |
53-
git clone --recurse-submodules https://github.com/Trease-Focus/trease-tree-compiler.git trease-backend --depth 1
54-
5554
- name: Install ffmpeg
5655
run: |
5756
sudo apt-get update

0 commit comments

Comments
 (0)