diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e55ec96bd..37db848558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ env: # If nightly is breaking CI, modify this variable to target a specific nightly version. NIGHTLY_TOOLCHAIN: nightly RUSTFLAGS: "-D warnings" + BINSTALL_VERSION: "v1.12.3" concurrency: group: ${{github.workflow}}-${{github.ref}} @@ -271,9 +272,9 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@stable + - uses: cargo-bins/cargo-binstall@v1.12.3 - name: Install taplo - run: cargo install taplo-cli --locked + run: cargo binstall taplo-cli@0.9.3 --locked - name: Run Taplo id: taplo run: taplo fmt --check --diff