diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 01:24:20 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 01:24:20 +0400 |
| commit | b029c53626357b9e9eb81bfd8023fa9dd1bf4f0c (patch) | |
| tree | e3096226e4aaf0b39ad7d764170c5cf53786f190 /.github/workflows | |
| parent | 5ab3510bef59df550b59db66e68c635246189834 (diff) | |
use clang64
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
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: |
