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 source /opt/rh/devtoolset-8/enable
wget -O /usr/bin/make https://github.com/fscarmen/tools/raw/main/make 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 wget http://ftp.gnu.org/gnu/glibc/glibc-2.28.tar.gz
tar zxf glibc-2.28.tar.gz mkdir -p /opt/release/
mkdir -p ./glibc-2.28/build tar zxf glibc-2.28.tar.gz -C /opt/release/
ls mkdir -p /opt/release/glibc-2.28/build
cp -r glibc-2.28 /opt/release/ ls /opt/release/glibc-2.28/
ls /opt/release/
- name: Binaries Release - name: Binaries Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1

Loading…
Cancel
Save