Skip to content

Commit 8787143

Browse files
committed
Set MMTK_JULIA_DIR before run ffi check
1 parent 38cf7c4 commit 8787143

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/binding-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
run: |
7272
./.github/scripts/ci-ffi.sh
7373
- run: |
74+
MMTK_JULIA_DIR=$(realpath $(dirname "$0"))/../mmtk-julia/mmtk-julia
7475
if ! git diff --exit-code $MMTK_JULIA_DIR/mmtk/src/julia_types.rs; then
7576
echo "Rust FFI bindings in \`julia_types.rs\` are outdated. Run \`make regen-bindgen-ffi\` from the mmtk-julia directory and make sure to include the updated file in the pull request."
7677
exit 1

0 commit comments

Comments
 (0)