Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haorldbchi committed May 6, 2023
1 parent 97cd3ca commit e85710b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
mkdir -p green_reaper && pushd green_reaper
tar -xzvf ../green_reaper.tar.gz
sudo mkdir -p /usr/local/include
sudo cp -r include /usr/local/include/bladebit
sudo mkdir -p /usr/local/include/bladebit
sudo cp -r include/* /usr/local/include/bladebit/
sudo cp lib/libbladebit_harvester.so /usr/lib64/libbladebit_harvester.so
popd
ls -la
Expand Down

0 comments on commit e85710b

Please sign in to comment.