Update build.yml

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

@ -15,7 +15,7 @@ jobs:
- name: Checkout Source - name: Checkout Source
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: dependencies - name: dependencies
run: pacman -Sy; pacman -S --noconfirm fishui qt5-svg extra-cmake-modules qt5-tools run: pacman -Sy; pacman -S --noconfirm fishui base-devel qt5-base qt5-svg cmake extra-cmake-modules qt5-tools
- name: Build - name: Build
run: mkdir build; cd build; cmake .. ; make -j$(nproc); run: mkdir build; cd build; cmake .. ; make -j$(nproc);

Loading…
Cancel
Save