Skip to content

Instantly share code, notes, and snippets.

@jhaynie
Created April 14, 2022 16:05
Show Gist options
  • Save jhaynie/842fdd19f29c64d620e596baffe44a2d to your computer and use it in GitHub Desktop.
Save jhaynie/842fdd19f29c64d620e596baffe44a2d to your computer and use it in GitHub Desktop.
install github runner
mkdir actions-runner && cd actions-runner# Download the latest runner package
curl -o actions-runner-linux-x64-2.289.2.tar.gz -L https://github.com/actions/runner/releases/download/v2.289.2/actions-runner-linux-x64-2.289.2.tar.gz# Optional: Validate the hash
tar xzf ./actions-runner-linux-x64-2.289.2.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment