Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstuder committed Oct 21, 2024
1 parent c6a4782 commit e8de38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
if: runner.os == 'Windows'
run: |
git clone https://github.com/cdarlint/winutils.git
HADOOP_HOME = ${{ github.workspace }}/winutils/hadoop-3.3.6
HADOOP_HOME=${{ github.workspace }}/winutils/hadoop-3.3.6
echo "HADOOP_HOME=${HADOOP_HOME}" >> $GITHUB_ENV
echo "PATH=$PATH:${HADOOP_HOME}/bin" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit e8de38b

Please sign in to comment.