File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ extends:
267267 env :
268268 ob_restore_phase : true
269269 - pwsh : |
270+ apt update
270271 apt -y install gcc-aarch64-linux-gnu
271272 ./build.ps1 -Release -Architecture aarch64-unknown-linux-gnu
272273 ./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-gnu -Release
@@ -292,6 +293,7 @@ extends:
292293 env :
293294 ob_restore_phase : true
294295 - pwsh : |
296+ apt update
295297 apt -y install musl-tools
296298 ./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
297299 ./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
@@ -320,6 +322,7 @@ extends:
320322 $env:CC_aarch64_unknown_linux_musl='clang'
321323 $env:AR_aarch64_unknown_linux_musl='llvm-ar'
322324 $env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
325+ apt update
323326 apt -y install clang
324327 apt -y install llvm
325328 apt -y install musl-tools
You can’t perform that action at this time.
0 commit comments