Skip to content

Commit

Permalink
adding btc-version for testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Dec 10, 2023
1 parent feb3719 commit 129b799
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stacks-core/testenv/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ inputs:
description: "Restore genesis archive"
required: false
default: "false"
btc-version:
description: "Bitcoin version"
required: false
default: "0.20.0"

runs:
using: "composite"
Expand Down Expand Up @@ -52,6 +56,7 @@ runs:
uses: stacks-network/actions/stacks-core/cache/bitcoin@main
with:
action: restore
btc-version: ${{ inputs.btc-version }}

## Symlink bitoind to $PATH
- name: Link Bitcoin Binary
Expand Down

0 comments on commit 129b799

Please sign in to comment.