Skip to content

Commit 4912335

Browse files
committed
Fix sgx install
1 parent c4c31ff commit 4912335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ elif [ $TOOLCHAIN = "coreio_nightly" ]; then
2424

2525
elif [ $TOOLCHAIN = "sgx" ]; then
2626

27-
rustup toolchain add $SGX_NIGHTLY
27+
rustup target add --toolchain $SGX_NIGHTLY x86_64-fortanix-unknown-sgx
2828
cargo +$SGX_NIGHTLY test --no-run --target=x86_64-fortanix-unknown-sgx --features=sgx --no-default-features
2929

3030
fi

0 commit comments

Comments
 (0)