Skip to content

Commit

Permalink
Fix restore
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hofmann <oss@hoffe.org>
  • Loading branch information
hoffe86 committed Dec 14, 2024
1 parent 300e840 commit c8992f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ jobs:
shell: pwsh
run: |
Write-Host "==== Restore Nuget packages ====" -ForegroundColor Green
dotnet restore ${{github.workspace}}\repo\OpenHAB.Windows.sln --force --no-cache
dotnet add ${{github.workspace}}\repo\OpenHAB.Windows.sln package Microsoft.WindowsAppSDK
dotnet restore ${{github.workspace}}\repo\OpenHAB.Windows.sln --force --no-cache
- name: Build OpenHab Windows App
shell: pwsh
Expand Down

0 comments on commit c8992f1

Please sign in to comment.