Skip to content

Commit

Permalink
Drop -g/--upgrade-also from options
Browse files Browse the repository at this point in the history
This doesn't actually do anything useful on an initial install, and
stops version constrains in the package list working.
  • Loading branch information
jon-turney committed Jan 5, 2025
1 parent 3bb2cf5 commit 2e92635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
$pkg_list = $pkg_list | % { $_.Trim(',') }
$args = @(
'-qgnO',
'-qnO',
'-l', 'C:\cygwin-packages',
'-R', '${{ inputs.install-dir }}'
)
Expand Down

0 comments on commit 2e92635

Please sign in to comment.