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 ac98c3d commit 0588437Copy full SHA for 0588437
.github/workflows/build-ubuntu.yml
@@ -16,9 +16,6 @@ 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