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 c9c54aa commit 6bc9d18Copy full SHA for 6bc9d18
.github/workflows/build-ubuntu.yml
@@ -16,6 +16,9 @@ jobs:
16
17
- name: Install required packages
18
run: sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install libglib2.0-dev libpixman-1-dev
19
+
20
+ - name: Clone repository with submodules
21
+ run: git clone --recursive https://github.com/AlexN-SM64/qemu-irix && cd qemu-irix
22
23
- name: Configure
24
run: ./configure --target-list=irix-linux-user --disable-werror
0 commit comments