Skip to content

Commit

Permalink
fix unpack_prebuilt_thirdparties
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Oct 18, 2024
1 parent 65c689f commit bb6f368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/unpack_prebuilt_thirdparties/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ runs:
find ./thirdparty -name '*CMakeFiles*' -type d -exec rm -rf "{}" +
rm -rf ./thirdparty/hadoop-bin/share/doc
rm -rf ./thirdparty/zookeeper-bin/docs
mv hadoop-bin ..
mv zookeeper-bin ..
mv thirdparty/hadoop-bin ./
mv thirdparty/zookeeper-bin ./
shell: bash

0 comments on commit bb6f368

Please sign in to comment.