Skip to content

Commit d9845a0

Browse files
lsk567claude
andcommitted
Use live-tracing2 branch of lingua-franca
The trace plugin tests require features from the live-tracing2 branch. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2b4ab03 commit d9845a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
brew install cmake
5151
5252
#===========================================
53-
# Build lfc from lingua-franca master
53+
# Build lfc from lingua-franca live-tracing2
5454
#===========================================
5555
- name: Cache Gradle dependencies
5656
uses: actions/cache@v4
@@ -67,9 +67,9 @@ jobs:
6767
uses: actions/cache@v4
6868
with:
6969
path: lingua-franca
70-
key: lfc-repo-${{ runner.os }}-master-${{ github.run_id }}
70+
key: lfc-repo-${{ runner.os }}-live-tracing2-${{ github.run_id }}
7171
restore-keys: |
72-
lfc-repo-${{ runner.os }}-master-
72+
lfc-repo-${{ runner.os }}-live-tracing2-
7373
7474
- name: Clone lingua-franca
7575
run: |
@@ -80,7 +80,7 @@ jobs:
8080
- name: Update and build lfc
8181
run: |
8282
cd lingua-franca
83-
git fetch origin master --depth 1
83+
git fetch origin live-tracing2 --depth 1
8484
git checkout FETCH_HEAD
8585
./gradlew assemble
8686

0 commit comments

Comments
 (0)