changeset 22:767ff60628bd

Update build.yml
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Thu, 07 Apr 2022 02:56:52 -0400
parents 1125d4a53a99
children ee96b991e033
files .github/workflows/build.yml
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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