Skip to content

Commit 6bc9d18

Browse files
committed
Update build-ubuntu.yml
1 parent c9c54aa commit 6bc9d18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616

1717
- name: Install required packages
1818
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
1922

2023
- name: Configure
2124
run: ./configure --target-list=irix-linux-user --disable-werror

0 commit comments

Comments
 (0)