Skip to content

Commit d87762d

Browse files
authored
[#1576] Update winutils in Github Actions (#1575)
fixes #1576
1 parent 72b827e commit d87762d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
git init
2020
git remote add origin https://github.com/cdarlint/winutils
2121
git config core.sparseCheckout true
22-
echo "hadoop-3.2.1" > .git\info\sparse-checkout
22+
echo "hadoop-3.2.2" > .git\info\sparse-checkout
2323
git pull origin master
24-
echo "HADOOP_HOME=C:\winutils\hadoop-3.2.1" >> $env:GITHUB_ENV
24+
echo "HADOOP_HOME=C:\winutils\hadoop-3.2.2" >> $env:GITHUB_ENV
2525
echo "PATH=$env:PATH;$env:HADOOP_HOME\bin" >> $env:GITHUB_ENV
2626
- name: Set up JDK 1.8
2727
uses: actions/setup-java@v1

0 commit comments

Comments
 (0)