Migrate to actions-docker
This commit is contained in:
parent
479c71f329
commit
a98cc53b41
1 changed files with 1 additions and 8 deletions
|
@ -8,15 +8,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: archlinux:base-devel
|
image: git.staropensource.de/staropensource/actions-docker:latest
|
||||||
steps:
|
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
|
- 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