Skip to content

Commit

Permalink
Install ice and jq inside the @azure/cli task
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Sep 16, 2024
1 parent 97b962d commit 7eb669a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
uses: azure/cli@v2
with:
inlineScript: |
tdnf install -y icu
tdnf install -y jq
cp ${{ github.workspace }}/main.bicep ${{ github.workspace }}/drop/main.bicep && \
az bicep build --file main.bicep --outfile ${{ github.workspace }}/drop/main.json
Expand Down

0 comments on commit 7eb669a

Please sign in to comment.