Skip to content

Commit e2fc193

Browse files
committed
fix actions runner
1 parent ed08216 commit e2fc193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function start_vm {
261261
#!/bin/bash
262262
mkdir /actions-runner
263263
cd /actions-runner
264-
curl -o actions-runner-linux-x64-${runner_ver}.tar.gz -L https://github.com/actions/runner/releases/download/v${runner_ver}actions-runner-linux-x64-${runner_ver}.tar.gz
264+
curl -o actions-runner-linux-x64-${runner_ver}.tar.gz -L https://github.com/actions/runner/releases/download/v${runner_ver}/actions-runner-linux-x64-${runner_ver}.tar.gz
265265
tar xzf ./actions-runner-linux-x64-${runner_ver}.tar.gz
266266
./bin/installdependencies.sh && \\
267267
# Create a systemd service in charge of shutting down the machine once the workflow has finished

0 commit comments

Comments
 (0)