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 e8cd92f commit 1246d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
TARGET: ${{ env.LINUX_64_TARGET }}
run: |
rustup update
rustup target add ${TARGET}
rustup target add ${{ env.TARGET }}
- name: 🦀 Build Rust code
run: |
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 1246d48

Please sign in to comment.