Update Glibc.yml

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

@ -45,8 +45,22 @@ jobs:
make install
cd ..; cd ..
tar -czf /opt/release/glibc-2.28.tar.gz ./glibc-2.28
- name: Test install
run: |
rpm -ivh http://pkg.cloudflareclient.com/cloudflare-release-el8.rpm
sed -i "s/\$releasever/8/g" /etc/yum.repos.d/cloudflare.repo
yum -y update
yum -y install cloudflare-warp
[[ $(systemctl is-active warp-svc) != active ]] && ( systemctl start warp-svc; sleep 2 )
warp-cli --accept-tos register
warp-cli --accept-tos set-mode proxy
warp-cli --accept-tos connect
warp-cli --accept-tos enable-always-on
sleep 2
ss -nltp | grep 'warp-svc'
- name: Binaries Release
- name: Release binaries
uses: softprops/action-gh-release@v1
with:
files: /opt/release/*

Loading…
Cancel
Save