We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4476fe2 commit b0af497Copy full SHA for b0af497
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v1
17
18
- name: Install deps
19
- run: sudo snap install yq --channel=v3/stable
+ run: sudo snap install yq
20
21
- name: Build
22
run: make build
0 commit comments