From 99940ec59c88f337cdaaae0fab26e02256d06445 Mon Sep 17 00:00:00 2001 From: Yusheng Zheng Date: Mon, 30 Sep 2024 19:59:20 +0000 Subject: [PATCH] fix which not found --- .github/workflows/test-runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-runtime.yml b/.github/workflows/test-runtime.yml index 2ce4f55f..c882fae8 100644 --- a/.github/workflows/test-runtime.yml +++ b/.github/workflows/test-runtime.yml @@ -27,7 +27,7 @@ jobs: - name: Install lcov if: "matrix.container == 'ubuntu-2204'" run: | - apt-get install -y lcov libzstd-dev libboost-all-dev + apt-get install -y lcov libzstd-dev libboost-all-dev which - name: Install lcov if: "matrix.container == 'fedora-39'" run: |