diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 181ce29b..33a943d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,9 +245,7 @@ jobs: with: key: cargo-valgrind continue-on-error: true - # FIXME(adamreichold): Switch to stable when Valgrind understands DWARF5 as generated by LLVM 14, - # c.f. https://bugs.kde.org/show_bug.cgi?id=452758#c35 - - uses: dtolnay/rust-toolchain@1.61.0 + - uses: dtolnay/rust-toolchain@stable - uses: taiki-e/install-action@valgrind - run: python -m pip install -U pip nox - run: nox -s test-rust -- release skip-full