Skip to content

Commit ec7f687

Browse files
Fix ICU release
Signed-off-by: Thomas Poignant <[email protected]>
1 parent e01a801 commit ec7f687

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
27+
with:
28+
fetch-depth: 1
2729
- name: Setup go
2830
uses: actions/setup-go@v5
2931
with:
@@ -33,6 +35,14 @@ jobs:
3335
uses: stCarolas/setup-maven@v5
3436
with:
3537
maven-version: 3.8.2
38+
- uses: actions/setup-node@v4
39+
with:
40+
node-version: 16
41+
- name: Install ICU packages
42+
run: sudo apt-get update && sudo apt-get install -y libicu-dev
43+
- uses: actions/setup-dotnet@v4
44+
with:
45+
dotnet-version: '7.0.x'
3646
- run: make vendor
3747
- run: make provider-tests
3848
goreleaser:

0 commit comments

Comments
 (0)