Skip to content

Commit

Permalink
Merge remote-tracking branch 'fisco/master-2.0' into 211
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Jul 8, 2024
2 parents 7118da3 + bee4dda commit a200e11
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow-self-hosted-centos-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:

- name: yum install
run: |
sudo yum update -y
sudo yum update -y -q
sudo yum install -y -q epel-release centos-release-scl flex bison patch gmp-static glibc-static glibc-devel libzstd-devel
sudo yum install -y -q devtoolset-7 llvm-toolset-7.0 rh-perl530-perl cmake3 zlib-devel ccache python-devel python3-devel python3-pip automake openssl
sudo yum install -y -q https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
sudo yum install -y -q git
sudo yum install -y -q devtoolset-7 llvm-toolset-7.0 rh-perl530-perl cmake3 zlib-devel ccache python-devel python3-devel python3-pip automake openssl git
- uses: actions/checkout@v2
with:
fetch-depth: 5
Expand Down

0 comments on commit a200e11

Please sign in to comment.