Unverified 提交 a0693563 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

remove sudo for reboot (#2709)

#skip-bb
上级 0abc6dec
...@@ -33,7 +33,8 @@ jobs: ...@@ -33,7 +33,8 @@ jobs:
run: bash scripts/ci-cleanup-macos.sh run: bash scripts/ci-cleanup-macos.sh
- name: Reboot runner - name: Reboot runner
run: sudo reboot # Already running as root user so no "sudo"
run: reboot
verify: verify:
needs: cleanup needs: cleanup
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论