We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb72735 commit bf48c9bCopy full SHA for bf48c9b
1 file changed
.github/workflows/e2e.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
cargo build --release --manifest-path threshold-ffi/Cargo.toml
47
cargo build --release --manifest-path ark-ffi/Cargo.toml
48
- cd cosigner && cargo component build --release
+ (cd cosigner && cargo component build --release)
49
cargo build --release --manifest-path server/Cargo.toml
50
cargo build --release --manifest-path e2e/signer-server/Cargo.toml
51
0 commit comments