1 parent 94fe74a commit 1a669bcCopy full SHA for 1a669bc
1 file changed
.github/workflows/build.yml
@@ -124,13 +124,16 @@ jobs:
124
125
- name: Install dependencies
126
run: |
127
- brew install libffi gettext glib pkg-config autoconf automake pixman ninja make python-setuptools
+ brew install libffi gettext glib pkg-config autoconf automake pixman ninja make python-setuptools libxkbcommon
128
129
- name: Configure build
130
run: cd ${{ runner.workspace }}/MINI404 && ./configure --target-list="buddy-softmmu"
131
132
- name: Build qemu-system-buddy
133
- run: cd ${{ runner.workspace }}/MINI404 && gmake -j3
+ run: |
134
+ cd ${{ runner.workspace }}/MINI404
135
+ gmake -j3
136
+ gmake -j3 qemu-system-buddy
137
138
- name: Assemble artifacts
139
if: ${{ !github.event.pull_request }}
0 commit comments