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