From e55ab1056b493596173ecd0fea95f13db91c668d Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Mon, 13 Mar 2023 21:27:59 -0400 Subject: [PATCH] use ucrt gcc --- .github/workflows/build_all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 927aee7a..1a0b08bd 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -49,9 +49,9 @@ jobs: with: update: true install: >- - mingw-w64-gcc - mingw-w64-zlib - mingw-w64-winpthreads-git + mingw-w64-ucrt-x86_64-gcc + mingw-w64-ucrt-x86_64-zlib + mingw-w64-ucrt-x86_64-winpthreads-git - name: Install OpenCL.dll and static libraries (Windows only) if: ${{ runner.os == 'Windows' }} run: |