[github-action] install [email protected] in pretty job (#9279)

This commit adds command to install `[email protected]` from the
Bootstrap step in `pretty` job of `build.yml` GitHub Action workflow.
This should help with occasional failure of `pretty` check.
This commit is contained in:
Abtin Keshavarzian
2023-07-12 16:39:34 -07:00
committed by GitHub
parent 34e9b9243b
commit 0dd706e56e
+1
View File
@@ -62,6 +62,7 @@ jobs:
sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 shellcheck
python3 -m pip install yapf==0.31.0
sudo snap install shfmt
npm install [email protected]
- name: Check
run: |
script/make-pretty check