Skip to content

Commit c844736

Browse files
fix ci: install icu-libs in node:22-alpine for .NET bicep CLI globalization support
Agent-Logs-Url: https://github.com/Azure/bicep/sessions/4ef1793f-53c3-4741-a131-7a19d85fc0b3 Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
1 parent ed87fe5 commit c844736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ jobs:
671671
uses: docker://node:22-alpine
672672
with:
673673
entrypoint: sh
674-
args: -c "set -eu && node -v && npm -v && npm ci --prefix ./src/Bicep.Cli.E2eTests && npm test --prefix ./src/Bicep.Cli.E2eTests"
674+
args: -c "set -eu && apk add --no-cache icu-libs && node -v && npm -v && npm ci --prefix ./src/Bicep.Cli.E2eTests && npm test --prefix ./src/Bicep.Cli.E2eTests"
675675
env:
676676
BICEP_CLI_DOTNET_RID: ${{ matrix.runtime.rid }}
677677
BICEP_CLI_EXECUTABLE: ../../../Bicep.Cli.E2eTests/src/temp/bicep-cli/bicep

0 commit comments

Comments
 (0)