diff --git a/.gitea/workflows/check-format.yml b/.gitea/workflows/check-format.yml index faab477..2418721 100644 --- a/.gitea/workflows/check-format.yml +++ b/.gitea/workflows/check-format.yml @@ -17,7 +17,10 @@ jobs: uses: actions/checkout@v2 - name: Install clang-format - run: apt-get install -y clang-format + run: | + apt-get update -y + apt-get upgrade -y + apt-get install -y clang-format - name: Check code formatting run: |