Skip to content

Commit 2f5debb

Browse files
committed
fixs
1 parent e735a28 commit 2f5debb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Clone trease-backend repository (with submodules)
5252
run: |
53-
git clone --recurse-submodules https://github.com/Trease-Focus/trease-backend.git trease-backend --depth 1
53+
git clone --recurse-submodules https://github.com/Trease-Focus/trease-tree-compiler.git trease-backend --depth 1
5454
5555
- name: Install ffmpeg
5656
run: |

.github/workflows/manual-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: Clone trease-backend repository
1313
run: |
14-
git clone https://github.com/Trease-Focus/trease-backend.git trease-backend --depth 1
14+
git clone --recurse-submodules https://github.com/Trease-Focus/trease-tree-compiler.git trease-backend --depth 1
1515
- name: Install ffmpeg
1616
run: |
1717
sudo apt-get update

0 commit comments

Comments
 (0)