Skip to content

Commit a4d49f9

Browse files
author
jan
committed
try to add make to the action build server 1
1 parent e5fb2ca commit a4d49f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: mvn -version
2828

2929
- uses: actions/checkout@v2
30+
- name: Set up make
31+
run: sudo apt-get install build-essential
32+
3033
- name: Set up JDK 17
3134
uses: actions/setup-java@v2
3235
with:

0 commit comments

Comments
 (0)