Trivial GitHub workflow tweak

This commit is contained in:
Jim Huang 2021-09-13 06:41:47 +00:00
parent 0a4aad90b4
commit a1aa18efe0

View File

@ -44,6 +44,6 @@ jobs:
- name: validate coding style and functionality
run: |
sudo apt-get install -q -y clang-format-11
sh .ci/check-format.sh
bash .ci/build-n-run.sh
.ci/check-format.sh
.ci/build-n-run.sh
shell: bash