There was an error while loading. Please reload this page.
1 parent 2f5debb commit 5655b5dCopy full SHA for 5655b5d
1 file changed
.github/workflows/generate-cache.yml
@@ -35,7 +35,11 @@ jobs:
35
steps:
36
- name: Checkout this repository
37
uses: actions/checkout@v4
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
43
- name: Pull latest cache from cache-data branch
44
run: |
45
git fetch origin cache-data || true
@@ -47,11 +51,6 @@ jobs:
47
51
rm -rf cache
48
52
fi
49
53
continue-on-error: true
50
- - name: Clone trease-backend repository (with submodules)
- run: |
- git clone --recurse-submodules https://github.com/Trease-Focus/trease-tree-compiler.git trease-backend --depth 1
54
55
- name: Install ffmpeg
56
57
sudo apt-get update
0 commit comments