Update build.yml

pull/2/head
Reion Wong 4 years ago committed by GitHub
parent 596817298e
commit bc21b510b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ jobs:
container: docker.io/library/archlinux:latest
steps:
- name: dependencies
run: pacman -Sy; pacman -S fishui qt5-svg extra-cmake-modules qt5-tools
run: pacman -Sy; pacman -S --noconfirm fishui qt5-svg extra-cmake-modules qt5-tools
- name: Build
run: mkdir build; cd build; cmake .. ; make -j$(nproc);

Loading…
Cancel
Save