From d65c527730e5c8a75f6dad0f996c093040699ee3 Mon Sep 17 00:00:00 2001 From: login Date: Thu, 22 Dec 2022 22:58:28 +0800 Subject: [PATCH] Update makefile.yml (#121) --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 8d302dd2..db4f450c 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -15,4 +15,4 @@ jobs: - uses: actions/checkout@v3 - name: build the DragonOS - run: sudo apt install -y llvm-dev libclang-dev clang gcc-multilib && 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 make docker