diff options
| author | Stefan Boberg <[email protected]> | 2023-05-22 10:00:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-22 10:00:02 +0200 |
| commit | 08cb05108ab3887d23802232a89fdcb9051b5a77 (patch) | |
| tree | 8abb40d9d349513c7f8261e1ec4291fa7a4a90b4 /docs/Github_runner_setup.md | |
| parent | sorted the commands exposed from zen CLI (diff) | |
| download | zen-08cb05108ab3887d23802232a89fdcb9051b5a77.tar.xz zen-08cb05108ab3887d23802232a89fdcb9051b5a77.zip | |
Update Github_runner_setup.md
Diffstat (limited to 'docs/Github_runner_setup.md')
| -rw-r--r-- | docs/Github_runner_setup.md | 1 |
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) |