# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1649374042 14400 # Node ID ee96b991e03337962210947b336126cd51d33a66 # Parent 767ff60628bd47d61b207569acf208f49fa69493 Update build.yml diff -r 767ff60628bd -r ee96b991e033 .github/workflows/build.yml --- a/.github/workflows/build.yml Thu Apr 07 02:56:52 2022 -0400 +++ b/.github/workflows/build.yml Thu Apr 07 19:27:22 2022 -0400 @@ -21,7 +21,7 @@ with: msystem: ${{matrix.sys}} install: >- - mingw-w64-${{matrix.env}}-make + make mingw-w64-${{matrix.env}}-clang - uses: actions/checkout@v2 - name: make