Skip to content

Commit

Permalink
Fixed linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 14, 2024
1 parent 773aeb9 commit 577b011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install mono-complete -y
sudo curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
mono /usr/local/bin/nuget.exe help
echo 'alias nuget="mono /usr/local/bin/nuget.exe"' >> ~/.bashrc
source ~/.bashrc
nuget restore
Expand Down

0 comments on commit 577b011

Please sign in to comment.