Skip to content

Commit

Permalink
dont use tmate action multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckisson committed May 7, 2024
1 parent da1d3f6 commit 1c32ff1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-mudlet.yml
Expand Up @@ -64,15 +64,13 @@ jobs:
- name: (Windows 64) Setup MSYS2
if: matrix.buildname == 'windows64'
uses: msys2/setup-msys2@v2
uses: mxschmitt/action-tmate@v3
with:
msystem: MINGW64
update: true

- name: (Windows 32) Setup MSYS2
if: matrix.buildname == 'windows32'
uses: msys2/setup-msys2@v2
uses: mxschmitt/action-tmate@v3
with:
msystem: MINGW32
update: true
Expand Down

0 comments on commit 1c32ff1

Please sign in to comment.