Skip to content

Commit

Permalink
Fix unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 6, 2024
1 parent c5640ad commit e799e2b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: 🦀 Build Rust code
run: |
echo ---
echo ${TARGET}
echo ---
cargo build \
--release \
--manifest-path ./addons/glecs/rust/glecs/Cargo.toml \
Expand Down Expand Up @@ -125,8 +122,8 @@ jobs:
- name: Set github name and email
run: |
cd ../nightly
git --global config user.name "github-actions[bot]"
git --global config user.email "[email protected]"
git config --global user.name "github-actions[bot]"
git config --global user.email "[email protected]"
- name: Commit
run: |
Expand Down

0 comments on commit e799e2b

Please sign in to comment.