Skip to content

Commit 4476fe2

Browse files
fix workflow
1 parent 7d1df65 commit 4476fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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: snap install yq --channel=v3/stable
19+
run: sudo snap install yq --channel=v3/stable
2020

2121
- name: Build
2222
run: make build

0 commit comments

Comments
 (0)