aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index b31a0e1..82f1c27 100644
--- a/action.yml
+++ b/action.yml
@@ -46,9 +46,9 @@ runs:
# Assuming that Cygwin is not installed when this is run.
choco.exe $choco_params
- echo (Join-Path $install_dir usr local bin) >> $env:GITHUB_PATH
# /usr/bin is really just /bin on Cygwin.
echo (Join-Path $install_dir bin) >> $env:GITHUB_PATH
+ echo (Join-Path $install_dir usr local bin) >> $env:GITHUB_PATH
$pkg_list = $packages.Split(' ', [System.StringSplitOptions]::RemoveEmptyEntries)