Skip to content

Commit b0af497

Browse files
fix yq
1 parent 4476fe2 commit b0af497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v1
1717

1818
- name: Install deps
19-
run: sudo snap install yq --channel=v3/stable
19+
run: sudo snap install yq
2020

2121
- name: Build
2222
run: make build

0 commit comments

Comments
 (0)