From 45662cfa3ec6b088863d38f7f16afcf8b10398ce Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Fri, 14 Jul 2023 16:54:24 +0200 Subject: [PATCH] Update rust-fmt.yml --- .github/workflows/rust-fmt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust-fmt.yml b/.github/workflows/rust-fmt.yml index 31d3d73..fd77c8a 100644 --- a/.github/workflows/rust-fmt.yml +++ b/.github/workflows/rust-fmt.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: dtolnay/rust-toolchain@stable - uses: mbrobbel/rustfmt-check@master with: token: ${{ secrets.GITHUB_TOKEN }}