Browse Source

Update harvey.yml

Sevki 3 years ago
parent
commit
dbb16031cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/harvey.yml

+ 1 - 1
.github/workflows/harvey.yml

@@ -51,7 +51,7 @@ jobs:
       run: |
         cd ${{github.workspace }}
         sudo apt-get install -y clang-tools-10
-        clang-doc \
+        clang-doc-10 \
           --output=${{ github.workspace }}/harvey-os.github.io/docs \
           --format=md \
           -p=${{ github.workspace }} \