This commit is contained in:
parent
d9714b50bf
commit
1b5565fc19
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -6,10 +6,11 @@ jobs:
|
|||
packwizInstall:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: openjdk:21-jdk-alpine
|
||||
image: openjdk:24-ea-21-jdk-slim-bullseye
|
||||
steps:
|
||||
- name: Install Node
|
||||
run: apk add nodejs git
|
||||
#run: apk add nodejs git
|
||||
run: apt-get update && apt-get install -y nodejs git
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run Gradle jar
|
||||
|
|
Loading…
Reference in a new issue