File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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 : |
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
You can’t perform that action at this time.
0 commit comments