Skip to content

Commit

Permalink
update openjdk version to 8.0.382 for FB 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLi1024 committed Oct 31, 2023
1 parent e4a5ef2 commit 5f2d229
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
ccache-v3-${{ runner.temp }}-${{ github.base_ref }}-${{ hashFiles('.github/workflows/workflow.yml') }}
ccache-v3-${{ runner.temp }}-${{ github.base_ref }}-
ccache-v3-${{ runner.temp }}-
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8.0.382'
- name: install macOS dependencies
if: runner.os == 'macOS'
run: brew install openssl@1.1 ccache gmp
Expand All @@ -69,6 +73,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 5
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8.0.382'
- uses: actions/cache@v2
id: cache
with:
Expand Down

0 comments on commit 5f2d229

Please sign in to comment.