Skip to content

Commit

Permalink
Test centos7_29
Browse files Browse the repository at this point in the history
  • Loading branch information
ARnDOSrte committed Sep 29, 2023
1 parent c78a9f7 commit 3112d96
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/maven_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
tar xzvf apache-maven-3.9.4-bin.tar.gz
- name: Build with Maven
env:
PATH: ${{ env.PATH }}:$GITHUB_WORKSPACE/apache-maven-3.9.4/bin
run: mvn --batch-mode package
# env:
# PATH: ${{ env.PATH }}:$GITHUB_WORKSPACE/apache-maven-3.9.4/bin
run: |
export PATH=$PATH:$(pwd)/apache-maven-3.9.4/bin
mvn --batch-mode package

0 comments on commit 3112d96

Please sign in to comment.