diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index 54e4ee47956a..67b1cd180f73 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -39,7 +39,10 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y --no-install-recommends build-essential haveged + sudo apt-get install -y --no-install-recommends \ + build-essential \ + haveged \ + libdevmapper-dev - name: Install Go uses: actions/setup-go@v3 with: