mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 11:14:01 +00:00
修复actions
This commit is contained in:
7
.github/workflows/build-os.yml
vendored
7
.github/workflows/build-os.yml
vendored
@@ -74,6 +74,13 @@ jobs:
|
||||
cmake -S . -B build-cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DNO_COLOR=1 \
|
||||
-DCC=gcc \
|
||||
-DKERNEL_CXX=g++ \
|
||||
-DLD=ld.lld \
|
||||
-DUSER_CC=cc \
|
||||
-DUSER_LD=ld.lld \
|
||||
-DNM=llvm-nm \
|
||||
-DADDR2LINE=llvm-addr2line \
|
||||
-DLIMINE_REPO=https://github.com/limine-bootloader/limine.git
|
||||
|
||||
- name: Build ISO
|
||||
|
||||
Reference in New Issue
Block a user