please work

This commit is contained in:
Anthony Samms
2025-09-15 11:36:55 -04:00
parent 9852f3d120
commit 1f3bc80ed1
2 changed files with 87 additions and 21 deletions

View File

@@ -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