Skip to content

Commit 5c5a5ff

Browse files
committed
chore: fix setup-dotnet action reference and install Globalization library
1 parent d86b7a8 commit 5c5a5ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
permissions: {}
8585
steps:
86-
- uses: actions/setup-dotnet@3`e891b0cb619bf60e2c25674b222b8940e2c1c25
86+
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
8787
with:
8888
dotnet-version: 3.x
8989
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
@@ -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
9799
- name: Install Dependencies
98100
run: yarn install --check-files --frozen-lockfile
99101
- name: Create dotnet artifact
100102
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)