From a4fbc89b19c5b00e4a9f955893b6c5d4493cab13 Mon Sep 17 00:00:00 2001 From: Chandra Penke Date: Wed, 6 Mar 2024 15:55:04 -0800 Subject: [PATCH] fix: remove install rust --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c15e1..b92507c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,6 @@ jobs: container: dscvrdocker/be-edge-base-builder steps: - uses: actions/checkout@v3 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: ${{ env.RUST_VERSION }} - - uses: jwlawson/actions-setup-cmake@v1.13 - name: Run run: ./build-scripts/build_and_test.sh env: