Skip to content

Commit

Permalink
Set env in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jul 1, 2024
1 parent 3cb468e commit 56f7d0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ jobs:
RPC_ENDPOINT_MAINNET: ${{ secrets.JUNO_ENDPOINT_MAINNET }}
RUST_LOG: debug,replay=trace,rpc-state-reader=trace
steps:
- name: Build Native Runtime Library Env
uses: ./github/actions/build-native-runtime.yml
id: build-native-runtime
- name: Set Native Runtime Library Env
shell: bash
run: echo "CAIRO_NATIVE_RUNTIME_LIBRARY=$CAIRO_NATIVE_RUNTIME_LIBRARY" >> "$GITHUB_ENV"
env:
CAIRO_NATIVE_RUNTIME_LIBRARY: ${{ steps.build-native-runtime.outputs.cairo-native-runtime-library }}
- uses: actions/checkout@v4
- name: check and free hdd space left
run: |
Expand Down

0 comments on commit 56f7d0f

Please sign in to comment.