Skip to content

Commit

Permalink
call mvn directly
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Jul 8, 2024
1 parent 45228ae commit af6cc93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
cache-dependency-path: '*/pom.xml'
- name: Build native part
run: cd native; nvm clean install -DMonetDB_dir=/usr/local
- name: Build java part
run: cd java; nvm clean install

#- name: Setup Maven
#uses: stCarolas/setup-maven@v4
#with:
Expand Down

0 comments on commit af6cc93

Please sign in to comment.