Update Glibc.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 605ed0d6ad
commit a7db8eddd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/Glibc.yml

@ -17,7 +17,8 @@ jobs:
yum -y install devtoolset-8-gcc
yum -y install devtoolset-8-gcc-c++
yum -y install devtoolset-8-binutils
source /opt/rh/devtoolset-8/enable
# source /opt/rh/devtoolset-8/enable
scl enable devtoolset-8 bash
wget -O /usr/bin/make https://github.com/fscarmen/tools/raw/main/make
- name: build

Loading…
Cancel
Save