Mercurial > msvpvf
comparison .github/workflows/build.yml @ 23:ee96b991e033
Update build.yml
| author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
|---|---|
| date | Thu, 07 Apr 2022 19:27:22 -0400 |
| parents | 767ff60628bd |
| children | c517cf837d95 |
comparison
equal
deleted
inserted
replaced
| 22:767ff60628bd | 23:ee96b991e033 |
|---|---|
| 19 - name: Setup MSYS2 | 19 - name: Setup MSYS2 |
| 20 uses: msys2/setup-msys2@v2 | 20 uses: msys2/setup-msys2@v2 |
| 21 with: | 21 with: |
| 22 msystem: ${{matrix.sys}} | 22 msystem: ${{matrix.sys}} |
| 23 install: >- | 23 install: >- |
| 24 mingw-w64-${{matrix.env}}-make | 24 make |
| 25 mingw-w64-${{matrix.env}}-clang | 25 mingw-w64-${{matrix.env}}-clang |
| 26 - uses: actions/checkout@v2 | 26 - uses: actions/checkout@v2 |
| 27 - name: make | 27 - name: make |
| 28 run: | | 28 run: | |
| 29 make | 29 make |
