From 93336bbb0fa065f4a1759d6a1e8170ab78bc78cc Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Wed, 1 Nov 2023 16:51:04 -0700 Subject: [PATCH] Update linux. --- .github/workflows/rust.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 279df82657f..bf54fe3bdd1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -72,6 +72,11 @@ jobs: bins: cargo-make, cargo-nextest, cargo-llvm-cov components: llvm-tools-preview cache: false + # Required for "globals" tests + - uses: moonrepo/setup-toolchain@v0 + if: ${{ runner.os == 'Linux' }} + - run: proto install bun 1.0.0 + if: ${{ runner.os == 'Linux' }} - uses: mozilla-actions/sccache-action@v0.0.3 - name: Run tests if: ${{ env.WITH_COVERAGE == 'false' }}