Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Nov 18, 2023
1 parent e73e89d commit a9ba48a
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 @@ -57,7 +57,7 @@ jobs:
- name: Build Maven Plugins for Azure Services
run: |
cd ${{ github.workspace }}/azure-maven-plugins
printenv JAVA_HOME_8_x64
echo "$JAVA_HOME_8_x64 ./mvnw clean install -f azure-toolkit-libs/pom.xml"
$JAVA_HOME_8_x64 ./mvnw clean install -f azure-toolkit-libs/pom.xml
printenv JAVA_HOME_8_X64
echo "$JAVA_HOME_8_X64 ./mvnw clean install -f azure-toolkit-libs/pom.xml"
$JAVA_HOME_8_X64 ./mvnw clean install -f azure-toolkit-libs/pom.xml

0 comments on commit a9ba48a

Please sign in to comment.