Skip to content

Commit 1a669bc

Browse files
committed
- Tentative OSX build fix
1 parent 94fe74a commit 1a669bc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,16 @@ jobs:
124124

125125
- name: Install dependencies
126126
run: |
127-
brew install libffi gettext glib pkg-config autoconf automake pixman ninja make python-setuptools
127+
brew install libffi gettext glib pkg-config autoconf automake pixman ninja make python-setuptools libxkbcommon
128128
129129
- name: Configure build
130130
run: cd ${{ runner.workspace }}/MINI404 && ./configure --target-list="buddy-softmmu"
131131

132132
- name: Build qemu-system-buddy
133-
run: cd ${{ runner.workspace }}/MINI404 && gmake -j3
133+
run: |
134+
cd ${{ runner.workspace }}/MINI404
135+
gmake -j3
136+
gmake -j3 qemu-system-buddy
134137
135138
- name: Assemble artifacts
136139
if: ${{ !github.event.pull_request }}

0 commit comments

Comments
 (0)