Fix clang-format-9 install (#1261)

This commit is contained in:
ouakheli
2021-05-24 11:31:37 +01:00
committed by GitHub
parent ba9312e4a2
commit a08cacc673

View File

@@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install packages
run: sudo apt install -y clang-format
run: sudo apt install -y clang-format clang-format-9
- uses: actions/checkout@v2
with:
fetch-depth: 0