Skip to content

Github actions setup: jq: command not found #8

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
oerp-odoo opened this issue Jun 23, 2023 · 1 comment
Open

Github actions setup: jq: command not found #8

oerp-odoo opened this issue Jun 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@oerp-odoo
Copy link

Description

When I run on self hosted runner:

  tag:
    runs-on: self-hosted
    needs: project_names_wkf
    steps:
      - uses: actions/setup-go@v4
        with:
          go-version: 1.20.5
      - uses: imjasonh/[email protected]

I get this error

Run imjasonh/[email protected]
Run set -ex
+ case latest-release in
++ curl -s -u username:*** https://api.github.com/repos/google/go-containerregistry/releases/latest
++ jq -r .tag_name
/opt/runner/actions-runner/_work/_temp/20dd5098-8b64-49b1-aed9-cdc6841fd792.sh: line 13: jq: command not found
+ tag=

I guess it expects jq to already be installed?

@oerp-odoo oerp-odoo added the bug Something isn't working label Jun 23, 2023
@EWBr0wn
Copy link

EWBr0wn commented May 29, 2024

Given the software listed in actions/runner-images, missing jq is an issue for whomever created the self hosted runner.

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