From 2e94f3ac20c129dd6508e91c394063f3744d0c77 Mon Sep 17 00:00:00 2001 From: AmeKnite <104745335+ameknite@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:56:41 -0600 Subject: [PATCH] check toml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1832303829d9e..fd0458e50e6b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,11 +169,9 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@stable - name: Install taplo - run: | - curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-linux-x86_64.gz \ - | gzip -d - \ - | install -m 755 /dev/stdin /usr/local/bin/taplo + run: cargo install taplo-cli --locked - name: Run Taplo id: taplo run: taplo fmt --check --diff