blob: f9e90cc1cbd8142fd4078d96b573d0e59bf2c314 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Github action runner setup
## Windows
See https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners for basic instructions.
Beyond the basic install, I needed to:
* Install git using `winget git.git`
* Install 7-zip using `winget 7zip.7zip`
* Install VS Pro using the instructions in [README.md](/README.md)
* Enable scripting using `Set-ExecutionPolicy -ExecutionPolicy Unrestricted` in an admin PowerShell instance
|