mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-07 23:29:45 +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
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user