Update setup_github_runner.md

This commit is contained in:
Kangyan-Zhou
2025-11-02 20:44:09 -08:00
committed by GitHub
parent 65f1d065c5
commit 6a3b9fd00f

View File

@@ -23,7 +23,7 @@ Run these commands inside the container.
```
apt update && apt install -y curl python3-pip git
pip install upgrade pip
pip install --upgrade pip
export RUNNER_ALLOW_RUNASROOT=1
```