From 235e46ef64dcf6ae1dcb2d609efc74d20fa4344a Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 15 May 2023 19:06:30 +0200 Subject: Added Windows runner setup doc --- docs/Github_runner_setup.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/Github_runner_setup.md (limited to 'docs/Github_runner_setup.md') 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 -- cgit v1.2.3