Update casa.yml

This commit is contained in:
老竭力 2021-12-30 18:46:17 +08:00 committed by GitHub
parent ae35a6d291
commit 505af8d101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ jobs:
- name: Compile glibc
run: |
wget http://ftp.gnu.org/gnu/glibc/glibc-2.30.tar.gz
wget http://ftp.gnu.org/gnu/glibc/glibc-2.30.tar.bz2
mkdir /opt/glibc230
tar xvfj glibc-2.30.tar.bz2
cd glibc-2.30