Skip to content

Commit

Permalink
Fix build order
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Oct 19, 2024
1 parent 85c2527 commit 1a59805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
distribution: 'liberica'
cache: maven

- name: Build embedCONTROLCore
run: mvn -B install -Dgpg.skip=true --file embedCONTROLCore/pom.xml

- name: Build tcMenuJavaApi
run: mvn -B install -Dgpg.skip=true --file tcMenuJavaApi/pom.xml

- name: Build embedCONTROLCore
run: mvn -B install -Dgpg.skip=true --file embedCONTROLCore/pom.xml

- name: Build tcMenuGenerator
run: mvn -B install -Dgpg.skip=true --file tcMenuGenerator/pom.xml
Expand Down

0 comments on commit 1a59805

Please sign in to comment.