Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I Got this error during activatation #11

Open
zombieyang opened this issue Feb 18, 2023 · 1 comment
Open

I Got this error during activatation #11

zombieyang opened this issue Feb 18, 2023 · 1 comment

Comments

@zombieyang
Copy link

zombieyang commented Feb 18, 2023

Cancelling DisplayDialog: Information The license file directory does not exist and needs to be created in a process with elevated privileges. A separate process will be spawned to do this, and you will be prompted for permissions. To avoid this, run the installer which automatically creates this directory.
This should not be called in batch mode.

And the action stay in pending status since then.

How to solve it?

using macos-latest for running action

@zombieyang
Copy link
Author

zombieyang commented Feb 18, 2023

I added this step before activation and problem solved:

      - name: MKDIR
        shell: bash
        run: |
          sudo mkdir -p /Library/Application\ Support/Unity
          sudo chmod 777 /Library/Application\ Support/Unity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant