mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2026-01-05 19:02:18 +00:00
Update casa.yml
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user