Skip to content

Commit

Permalink
wrong extraction method
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Dec 19, 2023
1 parent f38db1b commit 1fadf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "$RUNNER_OS not supported"
exit 1
fi
7z e '${{ runner.temp }}/.hdfqlr/HDFql.zip' \
7z x '${{ runner.temp }}/.hdfqlr/HDFql.zip' \
-o'${{ runner.temp }}/.hdfqlr' -y
echo "HDFQL_DIR=${{ runner.temp }}/.hdfqlr/hdfql-2.1.0" >> $GITHUB_ENV
echo '${{ runner.temp }}/.hdfqlr'
Expand Down

0 comments on commit 1fadf80

Please sign in to comment.