We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c63d87 commit aefbeffCopy full SHA for aefbeff
.github/workflows/autobuild.yml
@@ -29,7 +29,7 @@ jobs:
29
dotnet-version: 2.2.108
30
31
- name: Setup ICU dependencies
32
- run: sudo apt install -y libunwind8 libicu57
+ run: sudo apt-get update && sudo apt-get install -y libunwind8 libicu57
33
34
- name: Restore with .NET Core
35
run: dotnet restore
0 commit comments