Skip to content

Commit

Permalink
ci: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnt2910 committed Jul 21, 2023
1 parent 5328870 commit 4a0838c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Restore tools
run: dotnet tool restore

- name: Install build dependencies
run: sudo apt install -y git cmake ninja-build

- name: Build .NET rootfs
run: |
git clone --depth=1 https://github.com/dotnet/arcade
Expand Down

0 comments on commit 4a0838c

Please sign in to comment.