Skip to content

Commit 4a571dd

Browse files
committed
fix stray comma
1 parent 9818ac0 commit 4a571dd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/primary.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,13 @@ jobs:
237237
export LD_LIBRARY_PATH="${RUBY_LIB_PATH}:${LD_LIBRARY_PATH}"
238238
# Build baml_cffi shared library
239239
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
240243
241244
export BAML_LIBRARY_PATH=${{ github.workspace }}/engine/target/debug/libbaml_cffi.so
242245
# Run tests
243-
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
244247
cargo test --features skip-integ-tests --verbose -- --nocapture
245248
working-directory: engine
246249

0 commit comments

Comments
 (0)