diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2bb06e..dfb9c89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,8 +88,7 @@ jobs:        - uses: msys2/setup-msys2@v2          with: -          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 +          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        - name: Build all          run: | @@ -127,8 +126,6 @@ jobs:            go-version: '1.18.4'        - name: Build all -        env: -          CC: clang          run: |            make all        - uses: actions/upload-artifact@v3  | 
