From be68640a7dbae4687c79945dba1ab58cfc9d9281 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Sat, 23 Sep 2023 17:25:22 -0700 Subject: [PATCH] Update benchmark-tests.yml --- .github/workflows/benchmark-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark-tests.yml b/.github/workflows/benchmark-tests.yml index 6393bf2..013e39e 100644 --- a/.github/workflows/benchmark-tests.yml +++ b/.github/workflows/benchmark-tests.yml @@ -32,6 +32,8 @@ jobs: fetch-depth: 0 - name: Prepare build environment uses: ./lf/.github/actions/prepare-build-env + with: + lingua-franca-dir: lf - name: Setup Python uses: actions/setup-python@v4 with: