Explicitly provide dummy git author name and email

This avoids the need to tell git beforehand about your name and email
This commit is contained in:
bjorn3
2022-12-14 15:21:18 +00:00
parent 08ba5d4e80
commit a45924cc21
3 changed files with 20 additions and 10 deletions
+1 -6
View File
@@ -90,10 +90,7 @@ jobs:
sudo apt-get install -y gcc-s390x-linux-gnu qemu-user
- name: Prepare dependencies
run: |
git config --global user.email "user@example.com"
git config --global user.name "User"
./y.rs prepare
run: ./y.rs prepare
- name: Build without unstable features
env:
@@ -183,8 +180,6 @@ jobs:
- name: Prepare dependencies
run: |
git config --global user.email "user@example.com"
git config --global user.name "User"
git config --global core.autocrlf false
rustc y.rs -o y.exe -g
./y.exe prepare