forked from StarOpenSource/Engine
This commit is contained in:
parent
479c71f329
commit
a98cc53b41
1 changed files with 1 additions and 8 deletions
|
@ -8,15 +8,8 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: archlinux:base-devel
|
||||
image: git.staropensource.de/staropensource/actions-docker:latest
|
||||
steps:
|
||||
- name: Setup system
|
||||
run: |
|
||||
set -x
|
||||
pacman-key --init
|
||||
pacman-key --populate
|
||||
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf
|
||||
pacman -Syu --noconfirm nodejs git
|
||||
- name: Install latest OpenJDK release
|
||||
run: pacman -S --noconfirm jdk-openjdk
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue