Skip to content

Commit

Permalink
chore: install rust v1.75.0 in boxes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 8, 2025
1 parent c922607 commit ac4d6b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
targets: x86_64-unknown-linux-gnu
- name: Build Boxes
uses: ./.github/ensure-builder
timeout-minutes: 40
Expand Down

0 comments on commit ac4d6b6

Please sign in to comment.