we shall insist on JDK 8
This commit is contained in:
parent
07bafa81fb
commit
d1a2ed6b4e
|
@ -85,7 +85,10 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '8'
|
||||
|
||||
- name: Generate Configs
|
||||
if: ${{ matrix.skip-config != 'yes' }}
|
||||
working-directory: ./firmware/
|
||||
|
|
Loading…
Reference in New Issue