Merge pull request #344 from corneil/corneil/actions_setup_java
update github actions
This commit is contained in:
16
.github/workflows/common.yml
vendored
16
.github/workflows/common.yml
vendored
@@ -168,6 +168,10 @@ jobs:
|
||||
- name: 'Configure: Ensure scripts are executable'
|
||||
shell: bash
|
||||
run: find . -type f -name "*.sh" -exec chmod a+x '{}' \;
|
||||
- name: 'Configure: Install Java'
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
- name: 'Action: build initial dependencies'
|
||||
shell: bash
|
||||
env:
|
||||
@@ -204,6 +208,10 @@ jobs:
|
||||
- name: Ensure scripts are executable
|
||||
shell: bash
|
||||
run: find . -type f -name "*.sh" -exec chmod a+x '{}' \;
|
||||
- name: 'Configure: Install Java'
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
- name: 'Build: ${{ matrix.app }}'
|
||||
shell: bash
|
||||
env:
|
||||
@@ -234,6 +242,10 @@ jobs:
|
||||
- name: Ensure scripts are executable
|
||||
shell: bash
|
||||
run: find . -type f -name "*.sh" -exec chmod a+x '{}' \;
|
||||
- name: 'Configure: Install Java'
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
- name: 'Build: ${{ matrix.app }}'
|
||||
shell: bash
|
||||
env:
|
||||
@@ -264,6 +276,10 @@ jobs:
|
||||
- name: Ensure scripts are executable
|
||||
shell: bash
|
||||
run: find . -type f -name "*.sh" -exec chmod a+x '{}' \;
|
||||
- name: 'Configure: Install Java'
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
- name: 'Build: ${{ matrix.app }}'
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user