mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-27 03:09:14 -06:00
/.github/workflows/ci-bats-unix.yaml: bump maven as fix for broken link
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.8.6/binaries/apache-maven-3.8.6-bin.tar.gz
|
||||
tar -xf apache-maven-3.8.6-bin.tar.gz
|
||||
echo "$(pwd)/apache-maven-3.8.6/bin" >> $GITHUB_PATH
|
||||
curl -LO https://dlcdn.apache.org/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.tar.gz
|
||||
tar -xf apache-maven-3.8.7-bin.tar.gz
|
||||
echo "$(pwd)/apache-maven-3.8.7/bin" >> $GITHUB_PATH
|
||||
- name: Install Hadoop
|
||||
working-directory: ./.ci_bin
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user