forked from StarOpenSource/Engine
This commit is contained in:
parent
2d9dccedca
commit
bc461b25e3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
run: |
|
||||
pacman-key --init
|
||||
pacman-key --populate
|
||||
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman/pacman.conf
|
||||
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf
|
||||
pacman -Syu --noconfirm
|
||||
- name: Install latest OpenJDK release
|
||||
run: pacman -S --noconfirm jdk-openjdk
|
||||
|
|
Loading…
Reference in a new issue