Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Jan 5, 2024
1 parent 315fa09 commit c7acc91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
restore-keys: |
${{ runner.os }}-maven
- name: Build project with Maven
run: mvn -B clean install
- name: Build
run: ./mvnw clean install --batch

- name: Build native
run: ./mvnw clean install -Pnative --batch

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit c7acc91

Please sign in to comment.