From a53268c0c852286226c65e2def817ca015cef5f4 Mon Sep 17 00:00:00 2001 From: Youyuan Wu Date: Sat, 18 Nov 2023 23:31:21 -0800 Subject: [PATCH] fix build --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e8bdc96e..cbaf1283 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: options: --cpus 1 steps: - name: apt-get - run: apt-get update && apt-get install apt-transport-https curl lsb-release wget gnupg2 software-properties-common debconf-utils cmake build-essential -y + run: apt-get update && apt-get install apt-transport-https curl lsb-release wget gnupg2 software-properties-common debconf-utils cmake build-essential libc6 -y - uses: actions/checkout@v4 - name: Check for dockerenv file