Update Glibc.yml

dependabot/github_actions/actions/checkout-3.1.0 v1.0.11
fscarmen 4 years ago committed by GitHub
parent 6b01656496
commit 63ba4201e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/workflows/Glibc.yml

@ -22,11 +22,10 @@ jobs:
source /opt/rh/devtoolset-8/enable
wget -O /usr/bin/make https://github.com/fscarmen/tools/raw/main/make
wget http://ftp.gnu.org/gnu/glibc/glibc-2.28.tar.gz
tar zxf glibc-2.28.tar.gz
mkdir -p ./glibc-2.28/build
ls
cp -r glibc-2.28 /opt/release/
ls /opt/release/
mkdir -p /opt/release/
tar zxf glibc-2.28.tar.gz -C /opt/release/
mkdir -p /opt/release/glibc-2.28/build
ls /opt/release/glibc-2.28/
- name: Binaries Release
uses: softprops/action-gh-release@v1

Loading…
Cancel
Save