diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b258e5d17..e147d11856 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: - name: Install valgrind if: ${{ matrix.os == 'ubuntu-latest' }} - run: apt-get install -y valgrind + run: sudo apt-get install -y valgrind shell: bash - name: Run memory leaks check