We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5a5ff commit 6acc205Copy full SHA for 6acc205
.github/workflows/package.yml
@@ -94,12 +94,12 @@ jobs:
94
with:
95
ref: ${{ github.event.pull_request.head.ref }}
96
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
99
- name: Install Dependencies
100
run: yarn install --check-files --frozen-lockfile
101
- name: Create dotnet artifact
102
run: npx projen compile && npx projen package:dotnet
+ env:
+ DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: "1"
103
104
package-go:
105
needs: build
0 commit comments