Skip to content

Commit

Permalink
add back libsecret install (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft authored Oct 29, 2024
1 parent 572a58d commit fed3e4f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,13 @@ stages:
- ImageOverride -equals $(AgentName)
steps:
- checkout: none

- script: |
sudo apt update
sudo apt-get install libsecret-1-dev -y
sudo apt --fix-broken install
ldd --version
displayName: "Libsecret Install"
- template: setup/test_artifacts.yml
parameters:
Expand Down Expand Up @@ -1277,6 +1284,13 @@ stages:
steps:
- checkout: none

- script: |
sudo apt update
sudo apt-get install libsecret-1-dev -y
sudo apt --fix-broken install
ldd --version
displayName: "Libsecret Install"
- template: setup/test_artifacts.yml
parameters:
artifact_name: 'azCopy-binaries'
Expand Down

0 comments on commit fed3e4f

Please sign in to comment.