We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc305d3 + dc35ba8 commit 653d571Copy full SHA for 653d571
.github/workflows/build.yml
@@ -20,10 +20,10 @@ jobs:
20
if: steps.cached-download.outputs.cache-hit != 'true'
21
run: |
22
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
+ - name: Set up JDK 9
24
uses: actions/setup-java@v3
25
with:
26
- java-version: '11'
+ java-version: '9'
27
distribution: 'adopt'
28
- run: sudo apt install -y expect
29
- name: Prepare installer
0 commit comments