From ebab1e6abbe9508b05a88c8380faaa9aa8bc53da Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:38:17 -0400 Subject: [PATCH] build framework doesn't need full env --- .github/workflows/ci.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c1bd8db30..10c46fb94 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,6 @@ on: - cron: "30 00 * * *" env: - # DIEM_FORGE_NODE_BIN_PATH: ${{github.workspace}}/diem-node LIBRA_CI: 1 MODE_0L: "TESTNET" @@ -27,12 +26,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/build_env - - - uses: Swatinem/rust-cache@v2.7.3 - with: - shared-key: "libra-framework" - cache-all-crates: true + - uses: ./.github/actions/get_cli - name: build framework working-directory: ./framework