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