Skip to content

Commit 6acc205

Browse files
committed
chore: remove Globalization library installation and set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT environment variable
1 parent 5c5a5ff commit 6acc205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ jobs:
9494
with:
9595
ref: ${{ github.event.pull_request.head.ref }}
9696
repository: ${{ github.event.pull_request.head.repo.full_name }}
97-
- name: Install Globalization library
98-
run: sudo apt-get update && sudo apt-get install -y icu-devtools libicu-dev
9997
- name: Install Dependencies
10098
run: yarn install --check-files --frozen-lockfile
10199
- name: Create dotnet artifact
102100
run: npx projen compile && npx projen package:dotnet
101+
env:
102+
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: "1"
103103

104104
package-go:
105105
needs: build

0 commit comments

Comments
 (0)