Skip to content

Commit a027c10

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
switch back to apt
1 parent 81ab095 commit a027c10

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
@@ -293,7 +293,7 @@ extends:
293293
env:
294294
ob_restore_phase: true
295295
- pwsh: |
296-
tdnf install musl-tools
296+
apt -y install musl-tools
297297
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
298298
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
299299
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -320,7 +320,7 @@ extends:
320320
env:
321321
ob_restore_phase: true
322322
- pwsh: |
323-
tdnf install musl-tools
323+
apt -y install musl-tools
324324
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
325325
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
326326
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"

0 commit comments

Comments
 (0)