Skip to content

Commit 9798bcc

Browse files
committed
ci: set GitHub Actions user to prevent brew command failure
Signed-off-by: zyfy29 <wasuremono127@gmail.com>
1 parent 1daec3a commit 9798bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ jobs:
470470
brew install bash coreutils
471471
# QEMU 9.1.0 seems to break on GitHub runners, both on Monterey and Ventura
472472
# We revert back to 8.2.1, which seems to work fine
473+
git config --global user.name "GitHub Actions Bot"
474+
git config --global user.email "action@github.com"
473475
./hack/brew-install-version.sh qemu 8.2.1
474476
- name: Test
475477
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2

0 commit comments

Comments
 (0)