Skip to content

Commit 2dc7a63

Browse files
committed
Build system fix.
1 parent 278316a commit 2dc7a63

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
- name: Checkout the repo.
2121
uses: actions/checkout@v4
2222

23-
- name: Install needed ubuntu packages.
24-
uses: awalsh128/cache-apt-pkgs-action@latest
25-
with:
26-
packages: openjdk-11-jdk maven
27-
version: 1.0
23+
- name: Create an empty .m2 directory for the default user. If not, scripts may fail
24+
run: mkdir -p ~/.m2
2825

2926
- name: build proyecto
3027
run: make

0 commit comments

Comments
 (0)