Skip to content

Commit 62f5cd8

Browse files
authored
Merge pull request #36 from kennethfan/kennethfan-patch-1
Add build step for common-util dependency
2 parents ce3ae37 + a6e54c8 commit 62f5cd8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-javafx.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
java-version: '17'
2727
distribution: 'temurin'
28+
29+
# 先构建 common-util 依赖
30+
- name: Build common-util dependency
31+
working-directory: common-util
32+
run: mvn -B clean install
2833

2934
# 切换到子模块目录
3035
- name: Navigate to submodule

0 commit comments

Comments
 (0)