1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-12 23:50:14 +02:00

Update casa.yml

This commit is contained in:
老竭力
2021-12-30 18:52:37 +08:00
committed by GitHub
parent b80b08ef07
commit 3ea9fc0de0

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 --enable-cet
./glibc-2.30/configure --prefix=/opt/glibc230
make
make install