Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mickleroy authored Jul 7, 2024
1 parent 6302dfe commit 70387bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ on:

jobs:
build:

runs-on: ubuntu-latest


container:
image: maven:3.8.6-openjdk-11
options: --entrypoint /bin/bash

steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
Expand Down

0 comments on commit 70387bb

Please sign in to comment.