Update casa.yml
This commit is contained in:
parent
6e39fe5f8c
commit
3fc00f8da7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/casa.yml
vendored
4
.github/workflows/casa.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue