mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-19 02:06:25 -05:00
bump maven version for bats CI
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.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
|
||||
curl -LO https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz
|
||||
tar -xf apache-maven-3.8.8-bin.tar.gz
|
||||
echo "$(pwd)/apache-maven-3.8.8/bin" >> $GITHUB_PATH
|
||||
- name: Install Hadoop
|
||||
working-directory: ./.ci_bin
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user