Skip to content

Commit

Permalink
Add var for build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gememma committed Oct 25, 2024
1 parent e692370 commit 028c55f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ jobs:
if: ${{needs.changed_files.outputs.rs_changed == 'true' || needs.changed_files.outputs.ci_changed == 'true'}}
env:
MIRRORD_TEST_USE_EXISTING_LIB: ../../target/x86_64-apple-darwin/debug/libmirrord_layer.dylib
MIRRORD_LAYER_FILE_MACOS_ARM64: ../../target/aarch64-apple-darwin/debug/libmirrord_layer.dylib
steps:
- uses: actions/checkout@v4 # Checkout the mirrord repo.
# the setup rust toolchain action ignores the input if file exists.. so remove it
Expand Down

0 comments on commit 028c55f

Please sign in to comment.