Skip to content

Commit 1ae5ca1

Browse files
committed
Use parallel make lib target in CI workflow
1 parent 60f77e9 commit 1ae5ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cargo build -p rockbox --release
6868
cd zig && zig build
6969
cd ../build-lib
70-
sudo make install
70+
sudo make lib -j$(nproc)
7171
cd ..
7272
sudo mkdir -p /usr/local/bin /usr/local/share/rockbox
7373
sudo cp zig/zig-out/bin/rockboxd /usr/local/bin

0 commit comments

Comments
 (0)