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 12, 2024
1 parent 1c2b564 commit 6476774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
uses: azure/cli@v2
with:
inlineScript: |
tdnf install -y icu
tdnf install -y jq
cp ${{ github.workspace }}/server/main.bicep ${{ github.workspace }}/drop/main.bicep && \
az bicep build --file server/main.bicep --outfile ${{ github.workspace }}/drop/main.json
Expand Down

0 comments on commit 6476774

Please sign in to comment.