We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8064f47 commit 9340515Copy full SHA for 9340515
1 file changed
.github/actions/azdo-build/action.yml
@@ -72,7 +72,7 @@ runs:
72
73
if ! command -v jq > /dev/null; then
74
sudo apt-get update
75
- sudo apt-get install -y jq
+ sudo apt-get install -y icu jq
76
fi
77
shell: bash
78
@@ -204,8 +204,8 @@ runs:
204
run: |
205
set -e -o pipefail
206
207
- tdnf install -y icu
208
- tdnf install -y jq
+ # tdnf install -y icu
+ # tdnf install -y jq
209
az extension add --name azure-devops --only-show-errors
210
211
RUN_ID="${{ steps.run-pipeline.outputs.run-id }}"
0 commit comments