Skip to content

Commit

Permalink
Upgrade Java per UCO Issue 373
Browse files Browse the repository at this point in the history
Revisions to the Java setup match UCO commit `efce5c1`.

References:
* ucoProject/UCO@efce5c1
* ucoProject/UCO#373

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jun 2, 2022
1 parent ea754f2 commit c444981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Start from clean state
run: make clean
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion dependencies/UCO

0 comments on commit c444981

Please sign in to comment.