Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cygwin/cygwin-install-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3
Choose a base ref
...
head repository: cygwin/cygwin-install-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 29, 2022

  1. Allow keeping Cygwin out of PATH

    In some circumstances, it might be useful to have Cygwin installed, but
    not have its executables take precedence over pre-installed packages.
    Add an "add-to-path" option that, if set to "false", will skip the step
    of adding Cygwin's /bin directory to PATH.
    
    Also update documentation to mention this option, and update the test
    scripts to check it works as expected; the default behaviour is tested
    as part of the "install-dir-test", and the new behaviour as part of the
    main test.
    me-and authored and jon-turney committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    db47559 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Add support for specifying multiple sites

    Signed-off-by: Konrad Gräfe <[email protected]>
    kgraefe authored and jon-turney committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    a12ef94 View commit details
    Browse the repository at this point in the history
  2. Add pubkey support

    Signed-off-by: Konrad Gräfe <[email protected]>
    kgraefe authored and jon-turney committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e1237bb View commit details
    Browse the repository at this point in the history
  3. Add test for multiple sites and an extra pubkey

    Signed-off-by: Konrad Gräfe <[email protected]>
    kgraefe authored and jon-turney committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    006ad0b View commit details
    Browse the repository at this point in the history
Loading