Skip to content

Commit 2a41666

Browse files
committed
Fix action
1 parent 782703c commit 2a41666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
run: sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install libglib2.0-dev libpixman-1-dev
1919

2020
- name: Configure
21-
run: ./configure --target-list=irix-linux-user
21+
run: ./configure --target-list=irix-linux-user --disable-werror
2222

2323
- name: Install dependencies
24-
run: make
24+
run: make -j$(nproc)
2525

2626
- name: Install qemu irix
27-
run: make install
27+
run: sudo make install -j$(nproc)

0 commit comments

Comments
 (0)