Skip to content

Commit 9340515

Browse files
authored
Use apt to install icu
1 parent 8064f47 commit 9340515

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/azdo-build/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
7373
if ! command -v jq > /dev/null; then
7474
sudo apt-get update
75-
sudo apt-get install -y jq
75+
sudo apt-get install -y icu jq
7676
fi
7777
shell: bash
7878

@@ -204,8 +204,8 @@ runs:
204204
run: |
205205
set -e -o pipefail
206206
207-
tdnf install -y icu
208-
tdnf install -y jq
207+
# tdnf install -y icu
208+
# tdnf install -y jq
209209
az extension add --name azure-devops --only-show-errors
210210
211211
RUN_ID="${{ steps.run-pipeline.outputs.run-id }}"

0 commit comments

Comments
 (0)