mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
.
This commit is contained in:
parent
2cbe3e7b1b
commit
3746484013
2 changed files with 15 additions and 14 deletions
5
.github/workflows/workflow.yml
vendored
5
.github/workflows/workflow.yml
vendored
|
@ -24,11 +24,12 @@ jobs:
|
|||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, windows-latest]
|
||||
operating-system: [ubuntu-latest] #, windows-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup java 7
|
||||
uses: ./
|
||||
with:
|
||||
java-version: 7.x
|
||||
java-version: 7.x
|
||||
- run: java --version
|
Loading…
Add table
Add a link
Reference in a new issue