Add git package
This commit is contained in:
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:
|
on:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
@ -16,7 +16,7 @@ jobs:
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman-key --populate
|
pacman-key --populate
|
||||||
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf
|
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
|
- name: Install latest OpenJDK release
|
||||||
run: pacman -S --noconfirm jdk-openjdk
|
run: pacman -S --noconfirm jdk-openjdk
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue