Skip to content

Commit

Permalink
Update autobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Jan 10, 2025
1 parent 9c63d87 commit aefbeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dotnet-version: 2.2.108

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

- name: Restore with .NET Core
run: dotnet restore
Expand Down

0 comments on commit aefbeff

Please sign in to comment.