Skip to content

Commit 965a773

Browse files
committed
Add dotnet tool restore to package job
1 parent 6ac35c7 commit 965a773

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ jobs:
242242
run: |
243243
echo "VERSION_DATE=$(git log -1 --format=%cd --date=format:%y%m%d)" >> $env:GITHUB_ENV
244244
245+
- name: Restore dotnet tools
246+
run: dotnet tool restore
247+
245248
- name: Run Uno Check to Install Dependencies
246249
run: >
247250
dotnet tool run uno-check

0 commit comments

Comments
 (0)