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
mkdir build
cd build
../configure --prefix=/opt/glibc230
make
../configure --prefix=/opt/glibc230 --enable-cet
make -j$(($(nproc) + 1))
make install
- name: Build frontend with nodejs and yarn