Skip to content

Commit 2e92635

Browse files
committed
Drop -g/--upgrade-also from options
This doesn't actually do anything useful on an initial install, and stops version constrains in the package list working.
1 parent 3bb2cf5 commit 2e92635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
$pkg_list = $pkg_list | % { $_.Trim(',') }
5151
5252
$args = @(
53-
'-qgnO',
53+
'-qnO',
5454
'-l', 'C:\cygwin-packages',
5555
'-R', '${{ inputs.install-dir }}'
5656
)

0 commit comments

Comments
 (0)