mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-06 22:59:44 +00:00
Update casa.yml
This commit is contained in:
parent
6e39fe5f8c
commit
3fc00f8da7
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…
x
Reference in New Issue
Block a user