Update casa.yml

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

View File

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