File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,19 +38,19 @@ jobs:
3838 electrs_target : " macos"
3939 steps :
4040 - name : Checkout
41- - uses : actions/checkout@v6
41+ uses : actions/checkout@v6
4242 with :
4343 persist-credentials : false
4444 ref : ${{ github.event.inputs.tag || github.ref }}
4545
4646 - name : Install Rust toolchain
47- - uses : dtolnay/rust-toolchain@stable
47+ uses : dtolnay/rust-toolchain@stable
4848 with :
4949 toolchain : stable
5050 targets : ${{ matrix.target }}
5151
5252 - name : Use Rust cache
53- - uses : Swatinem/rust-cache@v2
53+ uses : Swatinem/rust-cache@v2
5454
5555 - name : Build binaries
5656 env :
6666 ELEMENTSD_VERSION : " 23.3.1"
6767 ELEMENTSD_TARGET : ${{ matrix.elementsd_target }}
6868 ELECTRS_TARGET : ${{ matrix.electrs_target }}
69- - run : |
69+ run : |
7070 ELEMENTSD_FILENAME="elements-${ELEMENTSD_VERSION}-${ELEMENTSD_TARGET}.tar.gz"
7171 ELECTRS_FILENAME="electrs_${ELECTRS_TARGET}_esplora_027e38d3ebc2f85b28ae76f8f3448438ee4fc7b1_liquid.zip"
7272
@@ -145,7 +145,7 @@ jobs:
145145 uses : actions/checkout@v6
146146
147147 - name : Install Rust toolchain
148- - uses : dtolnay/rust-toolchain@stable
148+ uses : dtolnay/rust-toolchain@stable
149149 with :
150150 toolchain : stable
151151
Original file line number Diff line number Diff line change 1- pub mod config;
2- pub mod error;
31pub mod cli;
42pub mod commands;
3+ pub mod config;
4+ pub mod error;
You can’t perform that action at this time.
0 commit comments