File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments