diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 170658a..cb199a4 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -41,7 +41,7 @@ jobs: cargo build \ --manifest-path ./addons/glecs/rust/glecs/Cargo.toml \ --features compile_bindings \ - --target-dir ./addons/glecs/bin + --target-dir ./addons/glecs/bin \ --target=${{ env.TARGET }} # Copy library for use in test suite