# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1649314612 14400 # Node ID 767ff60628bd47d61b207569acf208f49fa69493 # Parent 1125d4a53a9938494a6c78c01f8163165a3b5826 Update build.yml diff -r 1125d4a53a99 -r 767ff60628bd .github/workflows/build.yml --- a/.github/workflows/build.yml Thu Apr 07 02:52:57 2022 -0400 +++ b/.github/workflows/build.yml Thu Apr 07 02:56:52 2022 -0400 @@ -21,14 +21,15 @@ with: msystem: ${{matrix.sys}} install: >- - xdelta3 - wget - p7zip + mingw-w64-${{matrix.env}}-make + mingw-w64-${{matrix.env}}-clang - uses: actions/checkout@v2 - name: make run: | make make gui + strip msvpvf.exe + strip gui.exe - name: Upload artifact uses: actions/upload-artifact@v2 with: @@ -43,6 +44,7 @@ - name: make run: | make + strip msvpvf gzip -k msvpvf - name: Upload artifact uses: actions/upload-artifact@v2