Skip to content

Commit

Permalink
add curl to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 17, 2023
1 parent 787e7ef commit 10505db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runner/ansible/setup/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! /bin/bash
set -ex
cd /home/nonroot/actions-runner
mkdir /home/nonroot/actions-runner && cd /home/nonroot/actions-runner
curl -o actions-runner-linux-x64-2.311.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.311.0/actions-runner-linux-x64-2.311.0.tar.gz
tar xzf ./actions-runner-linux-x64-2.311.0.tar.gz
./run.sh

0 comments on commit 10505db

Please sign in to comment.