diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2673b3b..c48270fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: run: mvn -B install -Dgpg.skip=true --file tcMenuJavaApi/pom.xml - name: Build tcMenuGenerator - run: mvn -B compile -Dgpg.skip=true --file tcMenuGenerator/pom.xml + run: mvn -B install -Dgpg.skip=true --file tcMenuGenerator/pom.xml - name: Build embeddedJavaExample run: mvn -B package --file embeddedJavaExample/pom.xml \ No newline at end of file