We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9798bcc commit bf9bc77Copy full SHA for bf9bc77
.github/workflows/test.yml
@@ -471,7 +471,7 @@ jobs:
471
# QEMU 9.1.0 seems to break on GitHub runners, both on Monterey and Ventura
472
# 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"
+ git config --global user.email "nobody@localhost"
475
./hack/brew-install-version.sh qemu 8.2.1
476
- name: Test
477
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
0 commit comments