Skip to content

Commit

Permalink
Install yq via go install
Browse files Browse the repository at this point in the history
  • Loading branch information
a18e authored and maxmoehl committed Jan 17, 2025
1 parent fe6a6d3 commit 7a6d37f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ jobs:
- name: Install grpcurl
run: go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
- name: Install yq
run: |
sudo add-apt-repository ppa:rmescandon/yq
sudo apt update
sudo apt install yq -y
run: go install github.com/mikefarah/yq/v4@latest
- name: Install CloudFoundry cf cli
run: |
wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -
Expand Down

0 comments on commit 7a6d37f

Please sign in to comment.