Skip to content

Commit bf48c9b

Browse files
committed
fix: Correct subshell usage in E2E workflow for cosigner component build
1 parent eb72735 commit bf48c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
cargo build --release --manifest-path threshold-ffi/Cargo.toml
4747
cargo build --release --manifest-path ark-ffi/Cargo.toml
48-
cd cosigner && cargo component build --release
48+
(cd cosigner && cargo component build --release)
4949
cargo build --release --manifest-path server/Cargo.toml
5050
cargo build --release --manifest-path e2e/signer-server/Cargo.toml
5151

0 commit comments

Comments
 (0)