diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce89bcb..d0a990d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,9 @@ jobs: - name: Install Dependencies run: | - sudo apt-get update - sudo apt-get install -y cmake cppcheck build-essential + apt-get update + apt-get install -y cmake cppcheck build-essential + - name: Run Static Analysis (Cppcheck) run: |