File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 11name : " Test Build"
22
3- on : [pull_request]
3+ on :
4+ push :
5+ branches :
6+ - ' *'
7+ tags-ignore :
8+ - ' *'
9+ pull_request :
10+ branches :
11+ - ' *'
412
513jobs :
614 build :
@@ -31,16 +39,16 @@ jobs:
3139 sudo apt install libgtk2.0-0
3240
3341 - name : Pull a JavaFX JDK
34- run : wget http ://static .azul.com/zulu/bin/zulu8.33.0.1 -ca-fx-jdk8 .0.192 -linux_x64.tar.gz
42+ run : wget https ://cdn .azul.com/zulu/bin/zulu21.46.19 -ca-fx-jdk21 .0.9 -linux_x64.tar.gz
3543
3644 - name : After JDK download, list directory contnts
3745 run : pwd; ls -la
3846
3947 - name : Set Java
4048 uses : actions/setup-java@v1
4149 with :
42- java-version : 1.8
43- jdkFile : ./zulu8.33.0.1 -ca-fx-jdk8 .0.192 -linux_x64.tar.gz
50+ java-version : 21
51+ jdkFile : ./zulu21.46.19 -ca-fx-jdk21 .0.9 -linux_x64.tar.gz
4452
4553
4654 - name : Test with Gradle
You can’t perform that action at this time.
0 commit comments