Powershell on Windows for GitHub Actions

Posted on Nov 23, 2025 in Computer Science • Tagged with Computer Science, programming, GitHub Actions, CICD, development, Windows, PowerShell

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

PowerShell on Windows

Set PATH

echo "::add-path::./swigwin-4.0.1"

echo %programfiles% echo ::set-env name=ProgramFilesPath::%programfiles%

https://stackoverflow.com/questions/60169752/how-to-update-the-path-in-a-github-action-workflow-file-for-a-windows-latest-hos

https://docs.github.com …


Continue reading