From ac4d6b6abd09aa3352bfd578636f95b85c197e86 Mon Sep 17 00:00:00 2001 From: Tom French Date: Wed, 8 Jan 2025 12:49:00 +0000 Subject: [PATCH] chore: install rust v1.75.0 in boxes tests --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff6abba553..05426dc7ffa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -518,6 +518,10 @@ jobs: - uses: actions/checkout@v4 with: { ref: "${{ github.event.pull_request.head.sha }}" } - uses: ./.github/ci-setup-action + - name: Setup toolchain + uses: dtolnay/rust-toolchain@1.75.0 + with: + targets: x86_64-unknown-linux-gnu - name: Build Boxes uses: ./.github/ensure-builder timeout-minutes: 40