Skip to content

Commit

Permalink
Update midi2mqtt-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bzeiss authored Jan 5, 2025
1 parent 4aadafd commit a7902cc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/midi2mqtt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: false
msystem: UCRT64
update: true
cache: true
install: >-
mingw-w64-x86_64-gcc
mingw-w64-x86_64-pkg-config
Expand Down Expand Up @@ -66,7 +67,12 @@ jobs:
name: "Development Build Windows"
tag_name: prerelease-windows
token: ${{ secrets.GITHUB_TOKEN }}


- name: Debug USERPROFILE
shell: powershell
run: |
echo "USERPROFILE is: $env:USERPROFILE"
- name: Clean up old prerelease
if: success()
env:
Expand Down

0 comments on commit a7902cc

Please sign in to comment.