This commit is contained in:
parent
481aae25ca
commit
9b681dbec1
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: debian:sid
|
container: eclipse-temurin:21-alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Install JDK and other deps
|
- name: Install JDK and other deps
|
||||||
run: apt update && apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl zstd
|
run: apk add maven git nodejs curl
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue