Skip to content

Commit cc7f292

Browse files
authored
Attempt to fix publish.yml
1 parent 8674860 commit cc7f292

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Install dependencies
15+
run: |
16+
sudo apt-get update
17+
sudo apt-get install -y libicu-dev
1418
- name: Check release validity
1519
run: sh .github/scripts/check-release.sh
1620
- name: Setup dotnet

0 commit comments

Comments
 (0)