Skip to content

Commit 7a6d37f

Browse files
a18emaxmoehl
authored andcommitted
Install yq via go install
1 parent fe6a6d3 commit 7a6d37f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-sample-apps.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ jobs:
4545
- name: Install grpcurl
4646
run: go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
4747
- name: Install yq
48-
run: |
49-
sudo add-apt-repository ppa:rmescandon/yq
50-
sudo apt update
51-
sudo apt install yq -y
48+
run: go install github.com/mikefarah/yq/v4@latest
5249
- name: Install CloudFoundry cf cli
5350
run: |
5451
wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -

0 commit comments

Comments
 (0)