mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
please work
This commit is contained in:
8
.github/workflows/python-app.yml
vendored
8
.github/workflows/python-app.yml
vendored
@@ -115,10 +115,6 @@ jobs:
|
||||
Copy-Item "libaudio.dll" "../../build/lib/"
|
||||
echo "Copied libaudio.dll"
|
||||
}
|
||||
if (Test-Path "audio.dll") {
|
||||
Copy-Item "audio.dll" "../../build/lib/"
|
||||
echo "Copied audio.dll"
|
||||
}
|
||||
|
||||
# Copy vcpkg DLLs that are needed at runtime
|
||||
$vcpkgBin = "$env:VCPKG_INSTALLATION_ROOT/installed/x64-windows/bin"
|
||||
@@ -130,10 +126,6 @@ jobs:
|
||||
}
|
||||
}
|
||||
|
||||
# Verify what was copied
|
||||
echo "Files in build/lib:"
|
||||
ls ../../build/lib/
|
||||
|
||||
# Add to PATH
|
||||
echo "${{ github.workspace }}/build/lib" >> $env:GITHUB_PATH
|
||||
shell: powershell
|
||||
|
||||
Reference in New Issue
Block a user