Skip to content

Commit

Permalink
feat(plc4py/github): Add Java
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed Nov 14, 2022
1 parent b14a87b commit 0a7f3a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
with:
python-version: '${{ matrix.python-version }}'

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-package: jdk
java-version: 17

- name: Set Platform options
id: platform_opts
uses: actions/github-script@v6.3.3
Expand Down

0 comments on commit 0a7f3a1

Please sign in to comment.