Skip to content

Commit b82e7e5

Browse files
authored
Update ci.yml
1 parent a053c31 commit b82e7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: check-requirements
3333
run: |
34-
apt-get intall libreoffice
34+
apt-get install libreoffice
3535
pip install fairy-doc[cpu]
3636
- name: test_cli
3737
run: |
@@ -66,4 +66,4 @@ jobs:
6666
"text": {
6767
"mentioned_list": ["${{ env.METIONS }}"] , "content": "'${{ github.repository }}' GitHubAction Failed!\n 细节请查看:https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"
6868
}
69-
}'
69+
}'

0 commit comments

Comments
 (0)