Skip to content

Sudo required seems unnecessary #38

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

Open
filonenko-mikhail opened this issue Dec 9, 2022 · 0 comments
Open

Sudo required seems unnecessary #38

filonenko-mikhail opened this issue Dec 9, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@filonenko-mikhail
Copy link

There is job

jobs:
  tests:
    runs-on: [self-hosted, Linux, x86_64, flavor-8-16]
    container: ubuntu:22.04
    steps:
      - uses: tarantool/setup-tarantool@v2
        with:
          tarantool-version: '2.10'

And there is an error

Error: Unable to locate executable file: sudo. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
/__w/_actions/tarantool/setup-tarantool/v2/dist/main/index.js:5900
                    throw new Error(`Unable to locate executable file: ${tool}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`);
                          ^

Error: Unable to locate executable file: tarantool. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.

setup-tarantool@v2

It seems that job already has root privileges inside runned container.

@Totktonada Totktonada added the bug Something isn't working label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants