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 1574867
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 @@ -119,6 +119,14 @@ jobs:
RUST_LOG: debug,replay=trace,rpc-state-reader=trace
steps:
- uses: actions/checkout@v4
- name: Build Native Runtime
uses: ./.github/actions/build-native-runtime
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 }}
- name: check and free hdd space left
run: |
echo "Listing 20 largest packages"
Expand Down

0 comments on commit 1574867

Please sign in to comment.