Skip to content

Commit

Permalink
Have target be added in unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 5, 2024
1 parent 24cf36f commit 7b3832b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
cache-on-failure: true

- name: 🦀 Update Rust
env:
TARGET: ${{ env.LINUX_64_TARGET }}
run: |
rustup update
rustup target add ${TARGET}
- name: 🦀 Build Rust code
env:
TARGET: ${{ env.LINUX_64_TARGET }}
run: |
cargo build \
--release
--target ${TARGET}
--manifest-path ./addons/glecs/rust/glecs/Cargo.toml \
--features compile_bindings \
Expand Down

0 comments on commit 7b3832b

Please sign in to comment.