We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93405f8 commit d0fb740Copy full SHA for d0fb740
.pipelines/DSC-Official.yml
@@ -328,6 +328,7 @@ extends:
328
apt -y install llvm
329
apt -y install musl-tools
330
apt -y install gcc-multilib
331
+ apt -y install libssl-dev
332
rustup default stable-aarch64-unknown-linux-musl
333
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
334
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
0 commit comments