Skip to content

Commit 653d571

Browse files
authored
Merge pull request #9 from Fingertips/manfred-wowza-version-9
Lower the JDK version to 9
2 parents dc305d3 + dc35ba8 commit 653d571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
if: steps.cached-download.outputs.cache-hit != 'true'
2121
run: |
2222
curl -L -O "https://www.wowza.com/downloads/WowzaStreamingEngine-4-8-15+3/WowzaStreamingEngine-4.8.15+3-linux-x64-installer.run"
23-
- name: Set up JDK 11
23+
- name: Set up JDK 9
2424
uses: actions/setup-java@v3
2525
with:
26-
java-version: '11'
26+
java-version: '9'
2727
distribution: 'adopt'
2828
- run: sudo apt install -y expect
2929
- name: Prepare installer

0 commit comments

Comments
 (0)