Skip to content

Commit

Permalink
fix binary error 5
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Jun 21, 2024
1 parent d254b04 commit b0421a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b0421a5

Please sign in to comment.