Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Mar 4, 2024
1 parent c3059b6 commit 493970b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-22.04
container:
image: openjdk:17-jdk
image: mcr.microsoft.com/openjdk/jdk:17-ubuntu
options: --user root
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-22.04
container:
image: openjdk:17-jdk
image: mcr.microsoft.com/openjdk/jdk:17-jdk
options: --user root
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 493970b

Please sign in to comment.