diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c8a412f..bb80047 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | - sudo apt-get install valgrind + sudo apt update && sudo apt install -y valgrind - name: configure cmake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}