Skip to content

Commit 6d536b2

Browse files
committed
Add curl
1 parent d9f12dd commit 6d536b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.taskcluster.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ tasks:
4141
- "-cx"
4242
- "git clone --recursive --quiet ${repository} &&
4343
cd rust-code-analysis &&
44+
apk --no-cache add curl &&
4445
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh &&
4546
rustup target add x86_64-unknown-linux-musl &&
4647
cargo build --release --workspace --all-features --target x86_64-unknown-linux-musl"

0 commit comments

Comments
 (0)