Skip to content

Commit d9d89e0

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
change to apt
1 parent 7d21698 commit d9d89e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ extends:
286286
env:
287287
ob_restore_phase: true
288288
- pwsh: |
289-
apt-get install musl-tools
289+
apt -y install musl-tools
290290
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
291291
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
292292
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -313,7 +313,7 @@ extends:
313313
env:
314314
ob_restore_phase: true
315315
- pwsh: |
316-
apt-get install musl-tools
316+
apt -y install musl-tools
317317
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
318318
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
319319
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"

0 commit comments

Comments
 (0)