Skip to content

Commit 056d32d

Browse files
committed
Remove the warning
1 parent b5eeaab commit 056d32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
args: --timeout=10m
5555
- name: yamllint
5656
run: |
57-
apt update && apt install -y yamllint
57+
apt-get update && apt-get install -y yamllint
5858
yamllint -c .yamllint $(find . -path ./vendor -prune -o -type f -regex ".*y[a]ml" -print | tr '\n' ' ')
5959
- name: check-license
6060
run: |

0 commit comments

Comments
 (0)