From cac04d12bec03bbffe445d94648db6d4a5c4bd27 Mon Sep 17 00:00:00 2001 From: 8go <17750857+8go@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:19:20 +0000 Subject: [PATCH] Update release-by-label.yml --- .github/workflows/release-by-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-by-label.yml b/.github/workflows/release-by-label.yml index 2bd8a56..2d20cd6 100644 --- a/.github/workflows/release-by-label.yml +++ b/.github/workflows/release-by-label.yml @@ -73,7 +73,7 @@ jobs: - name: Install dependencies run: | apt-get -y update - apt-get -y install cmake pkg-config libfontconfig-dev libgtk-3-dev libssl-dev libolm-dev rename + apt-get -y install cmake pkg-config libfontconfig-dev libgtk-3-dev libssl-dev libolm-dev rename libc6 - name: Install Rust toolchain uses: actions-rs/toolchain@v1