We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e15db commit cb0b814Copy full SHA for cb0b814
.github/workflows/rust-basic-bitcoin-example.yml
@@ -35,7 +35,7 @@ jobs:
35
run: bash .github/workflows/provision-linux.sh
36
- name: Rust Basic Bitcoin Linux
37
run: |
38
- dfx start --background
+ dfx start --background --clean
39
pushd rust/basic_bitcoin
40
make deploy
41
popd
0 commit comments