mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 17:25:02 +00:00
5 lines
114 B
PowerShell
5 lines
114 B
PowerShell
|
$runnerDir = "C:\actions-runner"
|
||
|
$runCmd = "$runnerDir\run.cmd"
|
||
|
|
||
|
Write-Host "Starting the runner..."
|
||
|
& $runCmd
|