Skip to content

Commit 9c2d25e

Browse files
authored
Use buildAll to build lfc
1 parent 1073366 commit 9c2d25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build lfc
4242
run: |
4343
cd lf
44-
./gradlew buildLfc
44+
./gradlew buildAll
4545
- name: Set LF_PATH and LF_BENCHMARKS_PATH environmental variable
4646
run: |
4747
echo "LF_PATH=$GITHUB_WORKSPACE/lf" >> $GITHUB_ENV

0 commit comments

Comments
 (0)