Skip to content

Commit

Permalink
Better instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw authored Sep 21, 2024
1 parent aac521f commit 6563ea3
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 @@ -17,10 +17,10 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Change to the libPaDEL folder
run: cd libPaDEL
- name: Build with Ant
run: ant
run: |
cd libPaDEL
ant
libPaDEL-Jobs:
runs-on: ubuntu-latest
Expand All @@ -33,7 +33,7 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Change to the libPaDEL-Jobs folder
run: cd libPaDEL-Jobs
- name: Build with Ant
run: ant
run: |
cd libPaDEL-Jobs
ant

0 comments on commit 6563ea3

Please sign in to comment.