add more verbose ASIO debugging

This commit is contained in:
Anthony Samms
2025-10-20 15:29:32 -04:00
parent e104e14513
commit 64174a53b3
4 changed files with 72 additions and 16 deletions

View File

@@ -44,7 +44,6 @@ jobs:
mingw-w64-x86_64-speex
mingw-w64-x86_64-cmake
mingw-w64-x86_64-pkg-config
# Note: Removed mingw-w64-x86_64-portaudio since we're using our own
- name: Verify local PortAudio library (Windows)
if: runner.os == 'Windows'
@@ -199,6 +198,12 @@ jobs:
sudo make install
shell: bash
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: PyTaiko-${{ runner.os }}-${{ runner.arch }}
path: release/
- name: Install uv
uses: astral-sh/setup-uv@v4
@@ -264,12 +269,6 @@ jobs:
fi
shell: bash
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: PyTaiko-${{ runner.os }}-${{ runner.arch }}
path: release/
- name: Upload Release
uses: softprops/action-gh-release@v2
if: github.ref == 'refs/heads/main' && github.event_name == 'push'