Skip to content

Commit

Permalink
Fixed nuget install in linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 14, 2024
1 parent a1551f8 commit 1b49806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:

- name: Restore dependencies
run: |
sudo apt install nuget
sudo apt-get update -y
sudo apt-get install -y nuget
nuget restore
- name: Build and make appcast (Linux only)
Expand Down

0 comments on commit 1b49806

Please sign in to comment.