There was an error while loading. Please reload this page.
1 parent e735a28 commit 2f5debbCopy full SHA for 2f5debb
2 files changed
.github/workflows/generate-cache.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Clone trease-backend repository (with submodules)
52
run: |
53
- git clone --recurse-submodules https://github.com/Trease-Focus/trease-backend.git trease-backend --depth 1
+ git clone --recurse-submodules https://github.com/Trease-Focus/trease-tree-compiler.git trease-backend --depth 1
54
55
- name: Install ffmpeg
56
.github/workflows/manual-generate.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
- name: Clone trease-backend repository
13
14
- git clone https://github.com/Trease-Focus/trease-backend.git trease-backend --depth 1
15
16
17
sudo apt-get update
0 commit comments