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 44e90f9 commit 6b187d3Copy full SHA for 6b187d3
.github/workflows/qemu.yaml
@@ -38,20 +38,9 @@ jobs:
38
run: |
39
make
40
sudo make install
41
- - name: Fetch homebrew-core commit messages
42
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
43
- with:
44
- # needed by ./hack/brew-install-version.sh
45
- repository: homebrew/homebrew-core
46
- path: homebrew-core
47
- fetch-depth: 0
48
- filter: tree:0
49
- name: Install test dependencies
50
51
brew install bash coreutils
52
- # QEMU 9.1.0 seems to break on GitHub runners, both on Monterey and Ventura
53
- # We revert back to 8.2.1, which seems to work fine
54
- ./hack/brew-install-version.sh qemu 8.2.1
55
- name: Test (shared mode)
56
run: ./test/test.sh /var/run/socket_vmnet
57
# Bridged mode cannot be tested on GHA
0 commit comments