Skip to content

Commit

Permalink
ci: tune bip300301_enforcer download path
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Jan 31, 2025
1 parent 9ce4e07 commit 977d2db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check_lint_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
wget https://releases.drivechain.info/bip300301-enforcer-latest-x86_64-unknown-linux-gnu.zip
unzip bip300301-enforcer-latest-x86_64-unknown-linux-gnu.zip
rm bip300301-enforcer-latest-x86_64-unknown-linux-gnu.zip
ls -l bip300301-enforcer-latest-x86_64-unknown-linux-gnu
mv bip300301-enforcer-latest-x86_64-unknown-linux-gnu/bip300301_enforcer-*-x86_64-unknown-linux-gnu bip300301-enforcer
mv bip300301-enforcer-latest-x86_64-unknown-linux-gnu bip300301-enforcer
rm -r bip300301-enforcer-latest-x86_64-unknown-linux-gnu
chmod +x bip300301-enforcer
popd
Expand Down

0 comments on commit 977d2db

Please sign in to comment.