diff --git a/.github/workflows/binding-tests.yml b/.github/workflows/binding-tests.yml index 50e5b29..4fa8d22 100644 --- a/.github/workflows/binding-tests.yml +++ b/.github/workflows/binding-tests.yml @@ -71,6 +71,7 @@ jobs: run: | ./.github/scripts/ci-ffi.sh - run: | + MMTK_JULIA_DIR=$(realpath $(dirname "$0"))/../mmtk-julia if ! git diff --exit-code $MMTK_JULIA_DIR/mmtk/src/julia_types.rs; then 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." exit 1