Skip to content

Commit 4e53b6d

Browse files
committed
ICU again?
1 parent 9abdfd8 commit 4e53b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Add ICU support (ubuntu runner)
4040
run: |
41-
sudo apt-get install libicu-dev
41+
sudo apt-get update && sudo apt-get install -y libicu-dev
4242
4343
- name: Setup .NET
4444
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)