Skip to content

Commit

Permalink
Update ant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veganaize authored Oct 6, 2024
1 parent 7a36c18 commit 81ff5af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11 (GraalVM)
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'graalvm'
- uses: actions/checkout@v4
- name: Set up JDK 11 (GraalVM)
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'graalvm'
- name: Build without Ant
run: javac -version
# - name: Build with Ant
Expand Down

0 comments on commit 81ff5af

Please sign in to comment.