mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 03:09:00 -06:00
update maven to 3.9.1
This commit is contained in:
6
.github/workflows/ci-bats-unix.yaml
vendored
6
.github/workflows/ci-bats-unix.yaml
vendored
@@ -104,9 +104,9 @@ jobs:
|
||||
- name: Install Maven
|
||||
working-directory: ./.ci_bin
|
||||
run: |
|
||||
curl -LO https://dlcdn.apache.org/maven/maven-3/3.9.0/binaries/apache-maven-3.9.0-bin.tar.gz
|
||||
tar -xf apache-maven-3.9.0-bin.tar.gz
|
||||
echo "$(pwd)/apache-maven-3.9.0/bin" >> $GITHUB_PATH
|
||||
curl -LO https://dlcdn.apache.org/maven/maven-3/3.9.1/binaries/apache-maven-3.9.1-bin.tar.gz
|
||||
tar -xf apache-maven-3.9.1-bin.tar.gz
|
||||
echo "$(pwd)/apache-maven-3.9.1/bin" >> $GITHUB_PATH
|
||||
- name: Install Hadoop
|
||||
working-directory: ./.ci_bin
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user