Skip to content

Commit

Permalink
Build system fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevilla committed Dec 12, 2024
1 parent 278316a commit 2dc7a63
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
- name: Checkout the repo.
uses: actions/checkout@v4

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

- name: build proyecto
run: make

0 comments on commit 2dc7a63

Please sign in to comment.