mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-23 23:56:37 +08:00
Update build-all.yml
This commit is contained in:
parent
76603285f2
commit
4b0b6038f5
6
.github/workflows/build-all.yml
vendored
6
.github/workflows/build-all.yml
vendored
@ -207,6 +207,9 @@ jobs:
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10.11'
|
||||
- name: Install Apple certificate
|
||||
env:
|
||||
BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_BUILD_CERTIFICATE_BASE64 }}
|
||||
@ -274,6 +277,9 @@ jobs:
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10.11'
|
||||
- name: Install Apple certificate
|
||||
env:
|
||||
BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_BUILD_CERTIFICATE_BASE64 }}
|
||||
|
Loading…
Reference in New Issue
Block a user