From c6b3e0f1ec70af62e765087052a875309ae0cbae Mon Sep 17 00:00:00 2001 From: Yusheng Zheng Date: Mon, 30 Sep 2024 21:34:23 +0000 Subject: [PATCH] fix --- .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 c882fae8..806fb328 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 which + apt-get install -y lcov libzstd-dev libboost-all-dev gpg - name: Install lcov if: "matrix.container == 'fedora-39'" run: |