From 6476774cf9b2a2693f36b66b3058cfac39c18a3c Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Thu, 12 Sep 2024 18:12:51 +0200 Subject: [PATCH] Install ice and jq inside the @azure/cli task --- .github/workflows/server.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index dd85e8fa..d5539ecd 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -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