Migrate to actions-docker
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
JeremyStar™ 2024-08-18 16:50:25 +02:00
parent 479c71f329
commit a98cc53b41
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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