use clang64

This commit is contained in:
MatthieuCoder 2023-01-16 01:24:20 +04:00
parent 5ab3510bef
commit b029c53626
2 changed files with 13 additions and 2 deletions

View file

@ -88,7 +88,8 @@ jobs:
- uses: msys2/setup-msys2@v2 - uses: msys2/setup-msys2@v2
with: 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 - name: Build all
run: | run: |
@ -130,7 +131,7 @@ jobs:
make all make all
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: macos name: linux
path: build/* path: build/*
release: release:

10
docs/build.md Normal file
View file

@ -0,0 +1,10 @@
# Building nova
## Linux
In order to build nova you need a few tools
* Rust & Cargo
* Go
* Protoc
*