Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Jan 16, 2025
1 parent b93b197 commit e1afea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Install libicu63
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: sudo apt-get install -y libicu63
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit e1afea5

Please sign in to comment.