Skip to content

Commit b24df05

Browse files
(Part 4) Modified ci.yml
1 parent 656420b commit b24df05

2 files changed

Lines changed: 811 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Java CI with Gradle
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master ]
88

99
jobs:
1010
build:
@@ -19,6 +19,9 @@ jobs:
1919
distribution: temurin
2020
java-version: 21
2121

22+
- name: Install JavaFX
23+
run: sudo apt-get update && sudo apt-get install -y openjfx
24+
2225
- name: Grant execute permission for gradlew
2326
run: chmod +x gradlew
2427

0 commit comments

Comments
 (0)