Skip to content

Commit aefbeff

Browse files
authored
Update autobuild.yml
1 parent 9c63d87 commit aefbeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
dotnet-version: 2.2.108
3030

3131
- name: Setup ICU dependencies
32-
run: sudo apt install -y libunwind8 libicu57
32+
run: sudo apt-get update && sudo apt-get install -y libunwind8 libicu57
3333

3434
- name: Restore with .NET Core
3535
run: dotnet restore

0 commit comments

Comments
 (0)