ayltai/setup-graalvm

The Action seems to fail on macOS

Closed this issue · 2 comments

Describe the bug
The action fails with insufficient permissions on macOS.

To Reproduce
Steps to reproduce the behavior:

  1. Create a GitHub Actions workflow with a job that contains a following step:
- name: Setup GraalVM Environment
  uses: ayltai/setup-graalvm@v1
  with:
    graalvm-version: 20.1.0
    java-version: 11
    native-image: true

that runs on macOS-latest.

Expected behavior
The action succeeds and prepares an environment with GraalVM. Like it does on Linux and Windows.

Screenshots
image

Thanks for reporting this issue which I have fixed in an updated v1 release. Please re-run your workflow.

It works now, thanks!