Update makefile.yml (#80)

This commit is contained in:
login 2022-11-11 15:18:13 +08:00 committed by GitHub
parent ec5fb84b61
commit e44795008f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v3
- name: build the DragonOS
run: make docker
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