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

Remove yq installation from scripts #315

Closed
gastaldi opened this issue Jan 9, 2025 · 0 comments
Closed

Remove yq installation from scripts #315

gastaldi opened this issue Jan 9, 2025 · 0 comments

Comments

@gastaldi
Copy link
Member

gastaldi commented Jan 9, 2025

yq is already installed in the Ubuntu images, however some scripts still install it using apt-get. This leads to problems when running in Ubuntu 24, because the ppa repository no longer works in this OS version

eg.

      - name: Install yq
        run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y
gastaldi added a commit that referenced this issue Jan 9, 2025
- Remove redundant "Install yq" step from the workflow.

Related to #315
This was referenced Jan 9, 2025
This was referenced Jan 9, 2025
@gastaldi gastaldi closed this as completed Jan 9, 2025
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