forked from StarOpenSource/Engine
parent
50862c38d7
commit
77fd061334
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
name: build-and-test
|
||||
#name: build-and-test
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
|
@ -16,7 +16,7 @@ jobs:
|
|||
pacman-key --init
|
||||
pacman-key --populate
|
||||
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf
|
||||
pacman -Syu --noconfirm nodejs
|
||||
pacman -Syu --noconfirm nodejs git
|
||||
- name: Install latest OpenJDK release
|
||||
run: pacman -S --noconfirm jdk-openjdk
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue