Created
April 14, 2022 16:05
-
-
Save jhaynie/842fdd19f29c64d620e596baffe44a2d to your computer and use it in GitHub Desktop.
install github runner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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