From ad7e5fa85ee906dba66ea5adc42bdb9c5df985d9 Mon Sep 17 00:00:00 2001 From: George Pollard Date: Thu, 6 Apr 2023 08:38:34 +1200 Subject: [PATCH] Rust problem matchers (#2974) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f05554e89..243041237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,8 @@ jobs: with: toolchain: 1.68 components: clippy, rustfmt, llvm-tools-preview + - name: Setup Rust problem-matchers + uses: r7kamura/rust-problem-matchers@d58b70c4a13c4866d96436315da451d8106f8f08 # pinned to 1.3.0 - name: Get Rust version & build version shell: bash run: |