Skip to content

Commit

Permalink
Fix ICU release
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Jan 14, 2025
1 parent e01a801 commit ec7f687
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup go
uses: actions/setup-go@v5
with:
Expand All @@ -33,6 +35,14 @@ jobs:
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.2
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install ICU packages
run: sudo apt-get update && sudo apt-get install -y libicu-dev
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
- run: make vendor
- run: make provider-tests
goreleaser:
Expand Down

0 comments on commit ec7f687

Please sign in to comment.