Browse Source

Update makefile.yml (#121)

login 2 years ago
parent
commit
d65c527730
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/makefile.yml

+ 1 - 1
.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