diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 066a99d..d23f6f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,8 @@ jobs: setup: runs-on: ubuntu-latest steps: - - run: apt update - - run: apt install valgrind + - run: sudo apt update + - run: sudo apt install -y valgrind build: needs: setup runs-on: ubuntu-latest