We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9818ac0 commit 4a571ddCopy full SHA for 4a571dd
1 file changed
.github/workflows/primary.yml
@@ -237,10 +237,13 @@ jobs:
237
export LD_LIBRARY_PATH="${RUBY_LIB_PATH}:${LD_LIBRARY_PATH}"
238
# Build baml_cffi shared library
239
cargo build --package baml_cffi
240
+ echo "Listing release directory:"
241
+ ls -la engine/target/release/libbaml_cffi.* || true
242
+ ls -la engine/target/release/baml_cffi.* || true
243
244
export BAML_LIBRARY_PATH=${{ github.workspace }}/engine/target/debug/libbaml_cffi.so
245
# Run tests
- echo "BAML_LIBRARY_PATH=${{ github.workspace }}/engine/target/debug/libbaml_cffi.so" >> $GITHUB_ENV"
246
+ echo "BAML_LIBRARY_PATH=${{ github.workspace }}/engine/target/debug/libbaml_cffi.so" >> $GITHUB_ENV
247
cargo test --features skip-integ-tests --verbose -- --nocapture
248
working-directory: engine
249
0 commit comments