From b029c53626357b9e9eb81bfd8023fa9dd1bf4f0c Mon Sep 17 00:00:00 2001 From: MatthieuCoder Date: Mon, 16 Jan 2023 01:24:20 +0400 Subject: [PATCH] use clang64 --- .github/workflows/build.yml | 5 +++-- docs/build.md | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 docs/build.md diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d606ed..3e1c1ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,8 @@ jobs: - uses: msys2/setup-msys2@v2 with: - install: git mingw-w64-x86_64-go mingw-w64-x86_64-make mingw-w64-x86_64-protobuf mingw-w64-x86_64-rust mingw-w64-x86_64-gcc mingw-w64-x86_64-dlfcn + msystem: clang64 + install: git mingw-w64-clang-x86_64-go mingw-w64-clang-x86_64-make mingw-w64-clang-x86_64-protobuf mingw-w64-clang-x86_64-rust mingw-w64-clang-x86_64-gcc mingw-w64-clang-x86_64-dlfcn - name: Build all run: | @@ -130,7 +131,7 @@ jobs: make all - uses: actions/upload-artifact@v3 with: - name: macos + name: linux path: build/* release: diff --git a/docs/build.md b/docs/build.md new file mode 100644 index 0000000..1c413fc --- /dev/null +++ b/docs/build.md @@ -0,0 +1,10 @@ +# Building nova + +## Linux + +In order to build nova you need a few tools + +* Rust & Cargo +* Go +* Protoc +* \ No newline at end of file -- 2.39.5