Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 5, 2024
1 parent bf9f6e3 commit e8cd92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: 🦀 Build Rust code
run: |
cargo build \
--target="${TARGET}"
--manifest-path ./addons/glecs/rust/glecs/Cargo.toml \
--features compile_bindings \
--target-dir ./addons/glecs/bin
--target="${TARGET}"
# Copy library for use in test suite
cp ./addons/glecs/bin/${TARGET}/release ./addons/glecs/bin/debug -r
Expand Down

0 comments on commit e8cd92f

Please sign in to comment.