Skip to content

Commit

Permalink
Add --allow-downgrades for apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jul 29, 2024
1 parent c9d15cd commit c18041d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
# Store an Azure CLI version of choice
AZ_VER=2.61.0
# Install a specific version
sudo apt-get install azure-cli=${AZ_VER}-1~${AZ_DIST}
sudo apt-get install azure-cli=${AZ_VER}-1~${AZ_DIST} --allow-downgrades
- name: check azure-cli version
run: |
Expand Down

0 comments on commit c18041d

Please sign in to comment.