Skip to content

Commit eb67eea

Browse files
committed
fix ci 2
1 parent 33e66f0 commit eb67eea

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
@@ -66,7 +66,7 @@ jobs:
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

crates/cli/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub mod config;
2-
pub mod error;
31
pub mod cli;
42
pub mod commands;
3+
pub mod config;
4+
pub mod error;

0 commit comments

Comments
 (0)