Skip to content

Commit

Permalink
ci: install ICU (missing from latest ubuntu 24.04 image)
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasjer committed Dec 15, 2024
1 parent 7bb2d89 commit 0026f19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ jobs:
with:
dotnet-version: ${{ env.dotnet-version }}

- name: Install ICU
run: |
sudo apt-get update
sudo apt-get -y install libicu-dev
# Checkout
- uses: actions/checkout@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:

- run: dotnet --info

- name: Install ICU
run: |
sudo apt-get update
sudo apt-get -y install libicu-dev
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 0026f19

Please sign in to comment.