Switch to java flavour
This commit is contained in:
parent
c8cf0d7437
commit
fbbf7094c7
1 changed files with 1 additions and 3 deletions
|
@ -8,10 +8,8 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: git.staropensource.de/staropensource/actions-docker:latest
|
||||
image: git.staropensource.de/staropensource/actions-docker:java
|
||||
steps:
|
||||
- name: Install latest OpenJDK release
|
||||
run: pacman -S --noconfirm jdk-openjdk
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Compile
|
||||
|
|
Loading…
Reference in a new issue