Explorar o código

Update makefile.yml (#80)

login %!s(int64=2) %!d(string=hai) anos
pai
achega
e44795008f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: 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