aboutsummaryrefslogtreecommitdiff
path: root/docs/Github_runner_setup.md
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-22 10:01:03 +0200
committerGitHub <[email protected]>2023-05-22 10:01:03 +0200
commitb1859a35baf529a1ba53d8969cf19757e139241c (patch)
treedda4a1acaaec9b2017bc015e9a64e642d5545be4 /docs/Github_runner_setup.md
parentUpdate Github_runner_setup.md (diff)
downloadzen-b1859a35baf529a1ba53d8969cf19757e139241c.tar.xz
zen-b1859a35baf529a1ba53d8969cf19757e139241c.zip
Update Github_runner_setup.md
Diffstat (limited to 'docs/Github_runner_setup.md')
-rw-r--r--docs/Github_runner_setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Github_runner_setup.md b/docs/Github_runner_setup.md
index cbca22e49..00dcae8cb 100644
--- a/docs/Github_runner_setup.md
+++ b/docs/Github_runner_setup.md
@@ -7,7 +7,7 @@ See https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-ho
Beyond the basic install, I needed to:
* Install git using `winget git.git`
-* Install 7-zip using `winget 7zip.7zip`
+* Install 7-zip using `winget 7zip.7zip` (note: this may no longer be necessary due to the use of xrepo to install `7z`)
* Install VS Pro using the instructions in [README.md](/README.md)
* Enable scripting using `Set-ExecutionPolicy -ExecutionPolicy Unrestricted` in an admin PowerShell instance
* In the same admin PowerShell instance, disable firewall with `netsh advfirewall set currentprofile state off` to allow tests to run without firewall popups (TODO: research better options here as this does not seem ideal)