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: ocaml/setup-ocaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.4
Choose a base ref
...
head repository: ocaml/setup-ocaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.5
Choose a head ref
  • 5 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 17, 2025

  1. Update npm deps

    Signed-off-by: Sora Morimoto <sora@morimoto.io>
    smorimoto committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    5bbf7d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Update npm deps

    Signed-off-by: Sora Morimoto <sora@morimoto.io>
    smorimoto committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    8937597 View commit details
    Browse the repository at this point in the history
  2. Skip package management if running in github-hosted container

    GitHub allows running actions in containers [1] on the runners, and when
    using a non apt-based Linux distribution, setup-ocaml doesn't work
    correctly. This commit skips package management on docker containers,
    similar to the behavior on self-hosted runners.
    
    [1]: https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container
    punchagan authored and smorimoto committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    999cb79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #986 from punchagan/fix-container-runner

    Skip package management if running in github-hosted container
    smorimoto authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    73c794b View commit details
    Browse the repository at this point in the history
  4. Prepare 3.3.5

    Signed-off-by: Sora Morimoto <sora@morimoto.io>
    smorimoto committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    ae046c8 View commit details
    Browse the repository at this point in the history
Loading