aboutsummaryrefslogtreecommitdiff
path: root/docs/Github_runner_setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Github_runner_setup.md')
-rw-r--r--docs/Github_runner_setup.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Github_runner_setup.md b/docs/Github_runner_setup.md
index f9e90cc1c..cbca22e49 100644
--- a/docs/Github_runner_setup.md
+++ b/docs/Github_runner_setup.md
@@ -10,3 +10,4 @@ Beyond the basic install, I needed to:
* 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
+ * 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)