Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fipro78 authored Apr 26, 2024
1 parent 91b4dda commit 3f54258
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin' # See 'Supported distributions' for available options
cache: maven
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6
- name: Install xvfb
run: sudo apt-get install xvfb
- name: Build NatTable with Javadoc
Expand Down

0 comments on commit 3f54258

Please sign in to comment.