Skip to content

Commit 8ecb600

Browse files
authored
another attempt to fix publish.yml (#614)
1 parent 5b51aad commit 8ecb600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
sudo apt-get update
17-
sudo apt-get install -y libicu-dev
17+
sudo apt-get install -y libicu74
1818
- name: Check release validity
1919
run: sh .github/scripts/check-release.sh
2020
- name: Setup dotnet

0 commit comments

Comments
 (0)