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

Shell Equivalent in Different Operating Systems

Posted on Sep 02, 2020 in Computer Science • Tagged with Computer Science, OS, Linux, macOS, Windows, Shell, PowerShell

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

Fish Shell is preferred to Bash/Zsh. The following content is for Bash/Zsh only.

It suggested that you use IPython shell instead of Bash/Zsh shells …


Continue reading