Skip to content

Commit

Permalink
fix: cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tresabhi committed Jan 26, 2025
1 parent b70d65f commit fcc34f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: actions/setup-dotnet@v4

- name: Restore
run: dotnet restore
run: |
cd src/CLI
dotnet restore
- name: Setup DepotDownloader
run: |
Expand Down

0 comments on commit fcc34f7

Please sign in to comment.