mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
Update makefile.yml
This commit is contained in:
parent
e44795008f
commit
5e023cf791
2
.github/workflows/makefile.yml
vendored
2
.github/workflows/makefile.yml
vendored
@ -15,4 +15,4 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: build the DragonOS
|
||||
run: apt install -y llvm-dev libclang-dev clang && cargo install cargo-binutils && rustup toolchain install nightly && rustup default nightly && rustup component add rust-src && rustup component add llvm-tools-preview && rustup target add x86_64-unknown-none && make -j 4
|
||||
run: sudo apt install -y llvm-dev libclang-dev clang && cargo install cargo-binutils && rustup toolchain install nightly && rustup default nightly && rustup component add rust-src && rustup component add llvm-tools-preview && rustup target add x86_64-unknown-none && make -j 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user