Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgivrer authored Feb 11, 2024
1 parent a4c8f7f commit 1c2f2f0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
Build-Java-Project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: "zulu" # See 'Supported distributions' for available options
java-version: "21"
- uses: actions/checkout@v4.1.1
- name: Build project with custom script and Xvfb
run: |
apt update -y
Expand Down

0 comments on commit 1c2f2f0

Please sign in to comment.