diff --git a/.github/workflows/beta.yaml b/.github/workflows/beta.yaml index d1c2a84..8cb3207 100644 --- a/.github/workflows/beta.yaml +++ b/.github/workflows/beta.yaml @@ -14,6 +14,8 @@ jobs: issues: write steps: - uses: actions/checkout@v4 + - name: Install valgrind + run: sudo apt install valgrind - run: rustup update beta && rustup default beta - name: Compile the code with the beta compiler id: build-beta