From b0421a5f4c0097df573130010d45ef31c12f2d8a Mon Sep 17 00:00:00 2001 From: wenlinli <1574249665@qq.com> Date: Fri, 21 Jun 2024 10:45:56 +0800 Subject: [PATCH] fix binary error 5 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4667b8e497f6..de229f9a98ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -183,7 +183,7 @@ jobs: tag: ${{ github.ref }} - compile_linux_x86_release: + compile_centos_release: name: upload standard binary of Linux x86 runs-on: ubuntu-20.04 container: docker.io/centos:7 @@ -200,9 +200,9 @@ jobs: - name: Configure run: | - yum install -y epel-release centos-release-scl wget + yum install -y epel-release centos-release-scl yum update -y - yum install -y devtoolset-9 git + yum install -y devtoolset-9 git wget build-essential clang flex bison patch glibc-static glibc-devel libzstd-devel libmpc cpp - name: Compile solc