Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 5, 2024
1 parent 5d0ee4c commit 19e9bca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ jobs:
- name: 🦀 Build Rust code
run: |
echo ---
echo ${TARGET}
echo ---
cargo build \
--manifest-path ./addons/glecs/rust/glecs/Cargo.toml \
--features compile_bindings \
--target-dir ./addons/glecs/bin \
--target="${TARGET}"
--target ${{ env.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 19e9bca

Please sign in to comment.