Skip to content

Commit

Permalink
fix task names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 18, 2023
1 parent 51b545b commit 5f70205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ jobs:
build-jar:
runs-on: ubuntu-20.04
needs:
- build-test-java-linux64
- build-test-java-osx64
- build-test-java-linux-64
- build-test-java-osx-64
- build-java-osx-arm64
- build-test-java-win64
- build-test-java-win-64
steps:
- name: Check out repository code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # pin@v2
Expand Down

0 comments on commit 5f70205

Please sign in to comment.