diff options
| author | Stefan Boberg <[email protected]> | 2023-05-15 19:06:30 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-15 19:06:30 +0200 |
| commit | 235e46ef64dcf6ae1dcb2d609efc74d20fa4344a (patch) | |
| tree | e45d2b561ec7d75bceb0b20cf8b2b1eb21265366 /docs | |
| parent | auto -> typed declarations (diff) | |
| download | zen-235e46ef64dcf6ae1dcb2d609efc74d20fa4344a.tar.xz zen-235e46ef64dcf6ae1dcb2d609efc74d20fa4344a.zip | |
Added Windows runner setup doc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Github_runner_setup.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Github_runner_setup.md b/docs/Github_runner_setup.md new file mode 100644 index 000000000..f9e90cc1c --- /dev/null +++ b/docs/Github_runner_setup.md @@ -0,0 +1,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 |