Skip to content

Commit 23dc4d4

Browse files
committed
Updated github action scripts
1 parent 890047f commit 23dc4d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/daily-branch-verification.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ jobs:
2121
java-version: '17'
2222
distribution: 'adopt'
2323

24+
# Step 3: Install Maven 3.9.9
25+
- name: Install Maven 3.9.9
26+
run: |
27+
wget https://downloads.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
28+
tar -xvzf apache-maven-3.9.9-bin.tar.gz
29+
sudo mv apache-maven-3.9.9 /opt/maven
30+
echo "export PATH=/opt/maven/bin:$PATH" >> $GITHUB_ENV
31+
2432
- name: Get list of branches
2533
id: get-branches
2634
run: |

0 commit comments

Comments
 (0)