diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1808e2e..c59b01af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -425,7 +425,9 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Install - run: sudo apt-get install -y valgrind ninja-build + run: | + sudo apt-get update + sudo apt-get install -y valgrind ninja-build - name: Checkout uses: actions/checkout@v2 - name: Configure