Test
This commit is contained in:
parent
087d651092
commit
cd9e973a2e
@ -13,7 +13,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Installing Dependencies
|
- name: Installing Dependencies
|
||||||
run: sudo pacman -S zip alsa-lib libxcb xcb-util-cursor --noconfirm
|
run: |
|
||||||
|
sudo pacman -S zip alsa-lib libxcb xcb-util-cursor --noconfirm
|
||||||
|
LoneWolf#8740
|
||||||
|
|
||||||
- name: Building/Compiling Project
|
- name: Building/Compiling Project
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user