Skip to content

Commit

Permalink
build framework doesn't need full env
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 15, 2024
1 parent 71810e6 commit ebab1e6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
- cron: "30 00 * * *"

env:
# DIEM_FORGE_NODE_BIN_PATH: ${{github.workspace}}/diem-node
LIBRA_CI: 1
MODE_0L: "TESTNET"

Expand All @@ -27,12 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: ./.github/actions/build_env

- uses: Swatinem/[email protected]
with:
shared-key: "libra-framework"
cache-all-crates: true
- uses: ./.github/actions/get_cli

- name: build framework
working-directory: ./framework
Expand Down

0 comments on commit ebab1e6

Please sign in to comment.