Delete Folder

This commit is contained in:
BMO Financial Group 2025-02-14 00:04:23 -06:00 committed by GitHub
parent ab590fcaf0
commit aae935c22d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
Folder
View File

@ -1,11 +0,0 @@
# Create a folder
$ mkdir actions-runner && cd actions-runner
# Download the latest runner package
$ curl -o actions-runner-linux-x64-2.321.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-x64-2.321.0.tar.gz
# Optional: Validate the hash
$ echo "ba46ba7ce3a4d7236b16fbe44419fb453bc08f866b24f04d549ec89f1722a29e actions-runner-linux-x64-2.321.0.tar.gz" | shasum -a 256 -c
# Extract the installer
$ tar xzf ./actions-runner-linux-x64-2.321.0.tar.gz
actions-runner-linux-x64-2.321.0.tar.gzhttps://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-x64-2.321.0.tar.gz
256 -c
# Extract