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 782703c commit 2a41666Copy full SHA for 2a41666
.github/workflows/build-ubuntu.yml
@@ -18,10 +18,10 @@ jobs:
18
run: sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install libglib2.0-dev libpixman-1-dev
19
20
- name: Configure
21
- run: ./configure --target-list=irix-linux-user
+ run: ./configure --target-list=irix-linux-user --disable-werror
22
23
- name: Install dependencies
24
- run: make
+ run: make -j$(nproc)
25
26
- name: Install qemu irix
27
- run: make install
+ run: sudo make install -j$(nproc)
0 commit comments