Update casa.yml

This commit is contained in:
老竭力 2021-12-30 19:13:40 +08:00 committed by GitHub
parent 6e39fe5f8c
commit 3fc00f8da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,8 +85,8 @@ jobs:
cd glibc-2.30 cd glibc-2.30
mkdir build mkdir build
cd build cd build
../configure --prefix=/opt/glibc230 ../configure --prefix=/opt/glibc230 --enable-cet
make make -j$(($(nproc) + 1))
make install make install
- name: Build frontend with nodejs and yarn - name: Build frontend with nodejs and yarn