Skip to content

Commit

Permalink
added nuget install
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 14, 2024
1 parent e704d09 commit 1692490
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
dotnet-version: '8.x'

- name: Restore dependencies
run: nuget restore
run: |
brew install nuget
nuget restore
- name: Build and make appcast (Linux only)
run: python3 Mirivoice.Desktop/deploy.py 2>&1
Expand Down

0 comments on commit 1692490

Please sign in to comment.