Skip to content

Commit 9353d1a

Browse files
committed
trigger pipeline
1 parent 4ab76f9 commit 9353d1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-with-self-hosted.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@ jobs:
1717
java-version: '17'
1818
distribution: 'adopt'
1919
cache: maven
20+
- name: Install Maven
21+
run: |
22+
sudo apt-get update
23+
sudo apt-get install -y maven
2024
- name: Build with Maven
2125
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)