Skip to content

Commit

Permalink
install maven 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc committed Oct 17, 2023
1 parent d8c91ab commit 6aaa72c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/github-actions-impl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
java-version: '17'
maven-version: '3.6.3'

- name: Install Maven
run: |
sudo yum update -y
sudo yum install -y maven
sudo yum upgrade maven
- name: Install Maven 3.2.5
run: |
wget https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz
tar xzvf apache-maven-3.2.5-bin.tar.gz
sudo mv apache-maven-3.2.5 /opt/maven
echo "PATH=$PATH:/opt/maven/bin" >> $GITHUB_ENV
- name: Create ab2d workspace directory and copy in keystore
run: mkdir -p "$WORKSPACE/opt/ab2d"
Expand Down

0 comments on commit 6aaa72c

Please sign in to comment.