Update casa.yml

This commit is contained in:
老竭力 2021-12-30 19:04:37 +08:00 committed by GitHub
parent 20c240a123
commit 6e39fe5f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,9 @@ jobs:
mkdir /opt/glibc230
tar xvfj glibc-2.30.tar.bz2
cd glibc-2.30
./configure --prefix=/opt/glibc230
mkdir build
cd build
../configure --prefix=/opt/glibc230
make
make install