There was an error while loading. Please reload this page.
1 parent 1fb64c0 commit e71a54eCopy full SHA for e71a54e
1 file changed
.github/workflows/installMaven4.0.0-rc-4.sh
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+
3
curl -sL https://archive.apache.org/dist/maven/maven-4/4.0.0-rc-4/binaries/apache-maven-4.0.0-rc-4-bin.tar.gz | tar xz
4
sudo mv apache-maven-4.0.0-rc-4 /opt/maven
5
echo "M2_HOME=/opt/maven" >> $GITHUB_ENV
0 commit comments