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:50:45 +08:00
committed by GitHub
parent 505af8d101
commit b80b08ef07

View File

@ -79,7 +79,7 @@ jobs:
- name: Compile glibc
run: |
wget http://ftp.gnu.org/gnu/glibc/glibc-2.30.tar.bz2
wget -q 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