Skip to content

Commit 404a81e

Browse files
committed
upgrade instead of install
1 parent b91b193 commit 404a81e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/validate-azd-template.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,7 @@ jobs:
3535
- name: Install Azure CLI
3636
run: |
3737
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
38-
39-
- name: Install Bicep
40-
run: |
41-
az bicep install
42-
echo "$HOME/.azure/bin" >> "$GITHUB_PATH"
43-
44-
- name: Configure Bicep
45-
run: |
46-
az config set bicep.use_binary_from_path=false
47-
az bicep version
38+
az bicep upgrade
4839
4940
- name: Validate Bicep template
5041
run: |

0 commit comments

Comments
 (0)