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: graalvm/setup-graalvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.5
Choose a base ref
...
head repository: graalvm/setup-graalvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.6
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 17, 2026

  1. Always set up MSVC environment on Windows

    GraalVM native-image (released versions ≤21.0.x) uses a `20\d\d` regex
    to find Visual Studio installations, which does not match VS 2026's
    `\18\` directory. Previously, the action skipped MSVC setup for JDK 17+
    assuming native-image handles it — but it can't find VS 2026.
    
    Now the action always runs vcvarsall.bat on Windows, putting cl.exe on
    PATH so native-image skips its own detection.
    
    Fixes #220
    gastaldi authored and fniephaus committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    0ad466a View commit details
    Browse the repository at this point in the history
  2. Run npm audit fix.

    fniephaus committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    74ee89f View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.5.6.

    fniephaus committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    6f3fa03 View commit details
    Browse the repository at this point in the history
Loading